opam-version: "2.0" maintainer: "Markus W. Weissmann " authors: [ "Markus W. Weissmann " ] license: "MIT" homepage: "https://github.com/mwweissmann/ocaml-posix-semaphore" doc: "http://posix-semaphore.forge.ocamlcore.org/doc/" dev-repo: "git+https://github.com/mwweissmann/ocaml-posix-semaphore.git" bug-reports: "https://github.com/mwweissmann/ocaml-posix-semaphore/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-semaphore"] ] depends: [ "ocaml" "result" "base-unix" "posix-time" "ocamlfind" {>= "1.5"} "ocamlbuild" {build} ] available: os != "macos" synopsis: "POSIX semaphore" description: """ The POSIX sempahore library provides access to POSIX named and unnamed semaphores and the functions to work with them.""" flags: light-uninstall url { src: "https://github.com/mwweissmann/ocaml-posix-semaphore/archive/0.3.0.tar.gz" checksum: [ "sha256=c67c9d8f84f8b34aa14c254f020f1a7fb7edd860a7f8a4b5750f2e700c8895e6" "md5=3e48f7d4f0585ea1e09e876372ef2e68" ] }