opam-version: "2.0"
maintainer: "andrenth@gmail.com"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "release"]]
depends: [
  "ocaml" {< "4.03.0"}
  "lwt" {<= "2.4.6"}
  "ocamlfind"
  "uint"
  "ocamlbuild" {build}
]
install: ["ocaml" "setup.ml" "-install"]
synopsis:
  "Release is a multi-process Lwt-enabled daemon framework for OCaml."
description: """
It provides facilities for type-safe inter-process communication and
privilege-dropping.

Its goal is to make it easy to write servers that are released from the calling
terminal and to release root privileges when those are not necessary."""
flags: light-uninstall
url {
  src: "https://github.com/andrenth/release/tarball/1.0.0"
  checksum: "md5=c087bb9307c4b67a1f60dfb8f6f24f3b"
}
