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.3.0.tar.gz"
30 checksum: [
31 "sha256=9f4199aacc0014f5c7d5a67643b5730587804aa798e0beb122cee51e65b2dcce"
32 "md5=b33b4ad228018667ad544bb734fcc9c5"
33 ]
34}