opam-version: "2.0"
maintainer: "mickael.delahaye@gmail.com"
authors: ["Mickaël Delahaye"]
homepage: ["http://micdel.fr/oclock.html"]
license: "ISC"
build: [make "all"]
remove: [["ocamlfind" "remove" "oclock"]]
depends: ["ocaml" "ocamlfind"]
dev-repo: "git://github.com/polazarus/oclock"
install: [make "install"]
available: os != "macos"
synopsis: "Oclock: Precise POSIX clock for OCaml"
flags: light-uninstall
url {
  src: "https://github.com/polazarus/oclock/archive/v0.4.tar.gz"
  checksum: "md5=80b35eedb0e73bd8811976e7d521a5a6"
}
