opam-version: "2.0"
maintainer: "Romain Beauxis <toots@rastageeks.org>"
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
homepage: "https://github.com/savonet/ocaml-dtools"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
install: [
  [make "install"]
]
remove: ["ocamlfind" "remove" "dtools"]
depends: ["ocaml" "ocamlfind"]
bug-reports: "https://github.com/savonet/ocaml-dtools/issues"
dev-repo: "git+https://github.com/savonet/ocaml-dtools.git"
synopsis: "Library providing various helper functions to make daemons"
description: """
A set of useful functions for writing daemon services in OCaml.

It includes support for:
 * configuration options
 * logging
 * detaching and writing PID file
 * start-up and shutdown task manager"""
flags: light-uninstall
url {
  src:
    "https://github.com/savonet/ocaml-dtools/releases/download/0.3.3/ocaml-dtools-0.3.3.tar.gz"
  checksum: "md5=ca5df5709d6298315689c8b0c2bdb2a1"
}
