opam-version: "2.0" maintainer: "Markus W. Weissmann " authors: [ "Markus W. Weissmann " ] license: "MIT" homepage: "http://mqueue.forge.ocamlcore.org/" doc: "http://mqueue.forge.ocamlcore.org/doc/" dev-repo: "git+https://github.com/mwweissmann/ocaml-posix-mqueue.git" bug-reports: "https://github.com/mwweissmann/ocaml-posix-mqueue/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-mqueue"] ] depends: [ "ocaml" "result" "base-bytes" "base-unix" "posix-time" "ocamlfind" {>= "1.5"} "ocamlbuild" {build} ] available: os != "macos" synopsis: "POSIX message queues" description: """ The posix-mqueue library is a small OCaml library providing types and functions for using POSIX message queues. This library has been tested on Linux, but FreeBSD, QNX, Solaris etc. should work, too. Mac OS X does NOT provide POSIX message queues (OS X 10.10).""" flags: light-uninstall url { src: "https://github.com/mwweissmann/ocaml-posix-mqueue/archive/0.7.2.tar.gz" checksum: [ "sha256=142e08858b7fbf30bb607988428743a2ac0c4767a997134d0c8f3050f987faf7" "md5=5458623dbb9eafbab77eb5f1f7320021" ] }