this repo has no description
1opam-version: "2.0" 2maintainer: "Markus W. Weissmann <markus.weissmann@in.tum.de>" 3authors: [ "Markus W. Weissmann <markus.weissmann@in.tum.de>" ] 4license: "MIT" 5homepage: "https://github.com/mwweissmann/ocaml-posix-time" 6doc: "http://posix-time.forge.ocamlcore.org/doc/" 7dev-repo: "git+https://github.com/mwweissmann/ocaml-posix-time.git" 8bug-reports: "https://github.com/mwweissmann/ocaml-posix-time/issues" 9build: [ 10 ["ocaml" "setup.ml" "-configure" "--prefix" prefix] 11 ["ocaml" "setup.ml" "-build"] 12 ["ocaml" "setup.ml" "-doc"] {with-doc} 13] 14install: ["ocaml" "setup.ml" "-install"] 15remove: [ 16 ["ocamlfind" "remove" "posix-time"] 17] 18depends: [ 19 "ocaml" {< "5.0.0"} 20 "ocamlfind" {>= "1.5"} 21 "ocamlbuild" {build} 22] 23synopsis: "POSIX time" 24description: """ 25The POSIX time library provides POSIX time data structures and basic functions 26to manipulate them.""" 27flags: light-uninstall 28url { 29 src: "https://github.com/mwweissmann/ocaml-posix-time/archive/1.0.1.tar.gz" 30 checksum: [ 31 "sha256=957f7b4299116e77ed9d6aefa4f958bcbe3617071beef06469e38751e3c82e40" 32 "md5=4ca84ca0a4c4f4ca3a49431522d44e23" 33 ] 34}