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.5.tar.gz" checksum: [ "sha256=23b311d27b5c1f97823abfb0632d93b8a70e39500a6c6ff2861015ebc464f0cd" "md5=1f6895ca3627521815bba29f3286d60d" ] }