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.4.tar.gz" checksum: [ "sha256=86f283b343375a3712c4dd0c7f355efd3002101085cb7643637591414c17eec9" "md5=1366ba48a8ace7157c1d300c75d3673f" ] }