this repo has no description
1opam-version: "2.0" 2synopsis: "Library providing various helper functions to make daemons" 3maintainer: ["Romain Beauxis <toots@rastageeks.org>"] 4authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 5license: "GPL" 6homepage: "https://github.com/savonet/ocaml-dtools" 7bug-reports: "https://github.com/savonet/ocaml-dtools/issues" 8depends: [ 9 "ocaml" {>= "4.05.0"} 10 "dune" {>= "2.0"} 11] 12depopts: ["syslog"] 13build: [ 14 ["dune" "subst"] {dev} 15 [ 16 "dune" 17 "build" 18 "-p" 19 name 20 "-j" 21 jobs 22 "@install" 23 "@runtest" {with-test} 24 "@doc" {with-doc} 25 ] 26] 27dev-repo: "git+https://github.com/savonet/ocaml-dtools.git" 28url { 29 src: "https://github.com/savonet/ocaml-dtools/archive/0.4.2.tar.gz" 30 checksum: [ 31 "md5=278d5baa2d2464e91dea6b8a7cfae6f0" 32 "sha512=abd158530fc136598e6fdba6c70cc433984ef5d5e9abda80e1f5ac1b6975869b99cdff62dba96510f1bd64b4035ac7c8462a7e0a801a55158bf3204fb2771869" 33 ] 34}