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://download.ocamlcore.org/release/release/1.1.0/release-1.1.0.tar.gz"
  checksum: "md5=217b36500cae3d33477426b9f27b7b4c"
}
