opam-version: "2.0"
maintainer: "Markus W. Weissmann <markus.weissmann@in.tum.de>"
authors: [ "Markus W. Weissmann <markus.weissmann@in.tum.de>" ]
license: "MIT"
homepage: "https://github.com/mwweissmann/ocaml-posix-clock"
doc: "http://posix-clock.forge.ocamlcore.org/doc/"
dev-repo: "git://github.com/mwweissmann/ocaml-posix-clock.git"
bug-reports: "https://github.com/mwweissmann/ocaml-posix-clock/issues"
tags: [ "clib:rt"  ]
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-doc"] {with-doc}
]
install: ["ocaml" "setup.ml" "-install"]
remove: [
  ["ocamlfind" "remove" "posix-clock"]
]
depends: [
  "ocaml"
  "result"
  "base-unix"
  "posix-time"
  "ocamlfind" {>= "1.5"}
  "ocamlbuild" {build}
]
available: os != "macos"
synopsis: "POSIX clock"
description: """
The POSIX clock library provides access to POSIX clocks to retrieve the
current time, sleep on or change it."""
flags: light-uninstall
url {
  src:
    "https://github.com/mwweissmann/ocaml-posix-clock/archive/0.3.0.tar.gz"
  checksum: "md5=1cab0c2e98bee8815f6547b9aa5f57d1"
}
