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.0.tar.gz" 30 checksum: [ 31 "sha256=8c6a044e9eefcac0a6e582ffde0554b453cf1a060d24b0f975991d23789e57de" 32 "md5=6b61b5dc9febbab941ab387a2226bacf" 33 ] 34}