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/0.5.1.tar.gz" 30 checksum: [ 31 "sha256=691346597f40a741768831b357e1047f8efbd0ad43aef259c97392662173c4d2" 32 "md5=ad59443f2ddb3a3c674f67fac28ed303" 33 ] 34}