opam-version: "2.0"
maintainer: "smimram@gmail.com"
authors: ["Stephane Gimenez"]
homepage: "http://savonet.sourceforge.net"
license: "GPL-2.0-or-later"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
remove: [["ocamlfind" "remove" "dtools"]]
depends: ["ocaml" "ocamlfind"]
install: [make "install"]
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:
    "http://downloads.sourceforge.net/project/savonet/ocaml-dtools/0.3.0/ocaml-dtools-0.3.0.tar.gz"
  checksum: "md5=0cbf60f517a936244ad4d98c6d904907"
}
