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" {build} ] 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.4.1/ocaml-dtools-0.4.1.tar.gz" checksum: [ "sha256=99ee13ec2aee1609dff452c18f85444f8dbb047f7504e35736b73bb0e77ad050" "md5=f211ec4634755271b80bf5d71091f21c" ] }