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-2.0-only" 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.8"} 11 "odoc" {with-doc} 12] 13depopts: ["syslog"] 14build: [ 15 ["dune" "subst"] {dev} 16 [ 17 "dune" 18 "build" 19 "-p" 20 name 21 "-j" 22 jobs 23 "@install" 24 "@runtest" {with-test} 25 "@doc" {with-doc} 26 ] 27] 28dev-repo: "git+https://github.com/savonet/ocaml-dtools.git" 29url { 30 src: "https://github.com/savonet/ocaml-dtools/archive/v0.4.4.tar.gz" 31 checksum: [ 32 "md5=dae98a36c13495c8af3a73f8786ef813" 33 "sha512=8416c3bfc49de7bfb92e6921c37512882589f3b7a6b9f51cb75e761697204b99a37827028a828861134c067a2efc06e80073dc0b5f5fb6529c7f4ff04f957984" 34 ] 35}