opam-version: "2.0"
maintainer: "dave.scott@eu.citrix.com"
authors: ["Mickaël Delahaye"]
homepage: ["http://micdel.fr/oclock.html"]
tags: ["org:xapi-project"]
build: [make "CFLAGS=-I %{ocaml:lib}% -fPIC"]
remove: [["ocamlfind" "remove" "oclock"]]
depends: ["ocaml" "ocamlfind"]
dev-repo: "git://github.com/polazarus/oclock"
install: [make "install"]
available: os != "macos"
synopsis: "OClock: a precise POSIX clock for OCaml"
flags: light-uninstall
url {
  src: "http://github.com/polazarus/oclock/archive/v0.3.tar.gz"
  checksum: "md5=c01a19b8b41a0b924915b9225478166d"
}
