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