this repo has no description
1opam-version: "2.0" 2 3 4authors: [ "Julien Sagot" ] 5 6maintainer: "ju.sagot@gmail.com" 7 8homepage: "http://github.com/sagotch/ISO8601.ml/" 9 10dev-repo: "git+https://github.com/sagotch/ISO8601.ml.git" 11doc: "http://sagotch.github.io/ISO8601.ml/" 12 13bug-reports: "https://github.com/sagotch/ISO8601.ml/issues" 14 15build: [ 16 [make "build"] 17 [make "doc"] {with-doc} 18] 19install: [ make "install" ] 20 21remove: [ "ocamlfind" "remove" "ISO8601" ] 22 23depends: [ 24 "ocaml" {>= "3.12.1"} 25 "ocamlfind" {build} 26 "ocamlbuild" {build} 27] 28synopsis: "ISO 8601 and RFC 3339 date parsing and printing." 29flags: light-uninstall 30url { 31 src: "https://github.com/sagotch/ISO8601.ml/archive/0.2.4.tar.gz" 32 checksum: [ 33 "sha256=86f283b343375a3712c4dd0c7f355efd3002101085cb7643637591414c17eec9" 34 "md5=1366ba48a8ace7157c1d300c75d3673f" 35 ] 36}