opam-version: "2.0" authors: [ "Julien Sagot" ] maintainer: "ju.sagot@gmail.com" homepage: "http://github.com/sagotch/ISO8601.ml/" dev-repo: "git+https://github.com/sagotch/ISO8601.ml.git" doc: "http://sagotch.github.io/ISO8601.ml/" bug-reports: "https://github.com/sagotch/ISO8601.ml/issues" build: [ [make "build"] [make "doc"] {with-doc} ] install: [ make "install" ] remove: [ "ocamlfind" "remove" "ISO8601" ] depends: [ "ocaml" {>= "3.12.1"} "ocamlfind" {build} "ocamlbuild" {build} ] synopsis: "ISO 8601 and RFC 3339 date parsing and printing." flags: light-uninstall url { src: "https://github.com/sagotch/ISO8601.ml/archive/0.2.0.tar.gz" checksum: [ "sha256=fc6b358c6f1f0dee7b517eb3109749ef5e47a01f3321b8f08d5b6d81308ed318" "md5=4e1c8047ae18718e923c3f05f40156ad" ] }