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.6.tar.gz" 33 checksum: [ 34 "md5=18add6d820e5cb5a1a9e77d8f5881414" 35 "sha512=ceb00c45909c75590c4cbdd1f96461009f56c068cf6206153ab7e8c75e6e5f07119624f70bda8a265a93659d7036c4523a66ce2113e7edf576e26064e153fe9d" 36 ] 37}