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.3.tar.gz"
30 checksum: [
31 "sha256=1584d781fbbad21eb0f67946c73a68924b8bec84ddda4bfcb7b21c5edb3f0f89"
32 "md5=dc1b6d689b557d07ab332ccdf2e21ab2"
33 ]
34}