opam-version: "2.0" maintainer: "Markus W. Weissmann " authors: [ "Markus W. Weissmann " ] license: "MIT" homepage: "https://github.com/mwweissmann/ocaml-posix-clock" doc: "http://posix-clock.forge.ocamlcore.org/doc/" dev-repo: "git+https://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" {>= "0.5.0"} "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.4.0.tar.gz" checksum: [ "sha256=3a1aa6136bfe6d0d4a9c437cd5de38fb085f76a18e84c84b2d4c36d151c0a5b2" "md5=162a48e881a7455db79939fa73f67a93" ] }