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: "http://mqueue.forge.ocamlcore.org/"
doc: "http://mqueue.forge.ocamlcore.org/doc/"
dev-repo: "git://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" {>= "0.5.0"}
  "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.8.0.tar.gz"
  checksum: "md5=ceb57cb54fe0aa30cf92f1def8854d42"
}
