this repo has no description
1opam-version: "2.0"
2maintainer: "dave.scott@eu.citrix.com"
3authors: ["Mickaël Delahaye"]
4homepage: ["http://micdel.fr/oclock.html"]
5tags: ["org:xapi-project"]
6build: [make "CFLAGS=-I %{ocaml:lib}% -fPIC"]
7remove: [["ocamlfind" "remove" "oclock"]]
8depends: ["ocaml" "ocamlfind"]
9dev-repo: "git+https://github.com/polazarus/oclock"
10install: [make "install"]
11available: os != "macos"
12synopsis: "OClock: a precise POSIX clock for OCaml"
13flags: light-uninstall
14url {
15 src: "http://github.com/polazarus/oclock/archive/v0.3.tar.gz"
16 checksum: [
17 "sha256=e46d7deae776bbd11155fa05dbc466229d7fec6f241a08cae8c0e86d22e794eb"
18 "md5=c01a19b8b41a0b924915b9225478166d"
19 ]
20}