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.2.tar.gz" 32 checksum: [ 33 "sha256=900e86d57583cf7508ca0508399c0a879a000af1c66d87288eaefa7d69a0cdbe" 34 "md5=005d445c8ec89edb64b7787d4a9bcfd8" 35 ] 36}