this repo has no description
1opam-version: "2.0"
2maintainer: "smimram@gmail.com"
3authors: ["Stephane Gimenez"]
4homepage: "http://savonet.sourceforge.net"
5license: "GPL-2.0-or-later"
6build: [
7 ["./configure" "--prefix" prefix]
8 [make]
9]
10remove: [["ocamlfind" "remove" "dtools"]]
11depends: ["ocaml" {< "5.0.0"} "ocamlfind"]
12install: [make "install"]
13synopsis: "Library providing various helper functions to make daemons"
14description: """
15A set of useful functions for writing daemon services in OCaml.
16
17It includes support for:
18 * configuration options
19 * logging
20 * detaching and writing PID file
21 * start-up and shutdown task manager"""
22flags: light-uninstall
23url {
24 src:
25 "http://downloads.sourceforge.net/project/savonet/ocaml-dtools/0.3.0/ocaml-dtools-0.3.0.tar.gz"
26 checksum: [
27 "sha256=2a82850a90c13f5ad20ec4badfe32bc669c5e0bfe4651ee6ff6d7f27f5151f6a"
28 "md5=0cbf60f517a936244ad4d98c6d904907"
29 ]
30}