opam-version: "2.0" maintainer: "Markus W. Weissmann " authors: [ "Markus W. Weissmann " ] license: "MIT" homepage: "https://github.com/mwweissmann/ocaml-posix-time" doc: "http://posix-time.forge.ocamlcore.org/doc/" dev-repo: "git+https://github.com/mwweissmann/ocaml-posix-time.git" bug-reports: "https://github.com/mwweissmann/ocaml-posix-time/issues" build: [ ["ocaml" "setup.ml" "-configure" "--prefix" prefix] ["ocaml" "setup.ml" "-build"] ["ocaml" "setup.ml" "-doc"] {with-doc} ] install: ["ocaml" "setup.ml" "-install"] remove: [ ["ocamlfind" "remove" "posix-time"] ] depends: [ "ocaml" {< "5.0.0"} "ocamlfind" {>= "1.5"} "ocamlbuild" {build} ] synopsis: "POSIX time" description: """ The POSIX time library provides POSIX time data structures and basic functions to manipulate them.""" flags: light-uninstall url { src: "https://github.com/mwweissmann/ocaml-posix-time/archive/0.5.3.tar.gz" checksum: [ "sha256=1584d781fbbad21eb0f67946c73a68924b8bec84ddda4bfcb7b21c5edb3f0f89" "md5=dc1b6d689b557d07ab332ccdf2e21ab2" ] }