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.7" & < "2.7.0"}
  "ocamlfind"
  "uint"
  "camlp4"
  "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.1/release-1.1.1.tar.gz"
  checksum: "md5=f2acce2f6726c67c47bd1285a7fadea8"
}
