opam-version: "2.0" maintainer: "Romain Beauxis " authors: "The Savonet Team " homepage: "https://github.com/savonet/ocaml-dtools" build: [ ["./configure" "--prefix" prefix] [make] ] install: [ [make "install"] ] remove: ["ocamlfind" "remove" "dtools"] depends: ["ocaml" {< "5.0.0"} "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.2/ocaml-dtools-0.3.2.tar.gz" checksum: [ "sha256=af82770c621e8cdc0ce8d8a7141028c9c1cdd081837412961004880c9037871a" "md5=804d89075e50f4db71cbd7d6f3c100e1" ] }