this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Package dtools.0.4.6

+37
+37
packages/dtools/dtools.0.4.6/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Library providing various helper functions to make daemons" 4 + maintainer: ["Romain Beauxis <toots@rastageeks.org>"] 5 + authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 6 + license: "GPL-2.0-only" 7 + homepage: "https://github.com/savonet/ocaml-dtools" 8 + bug-reports: "https://github.com/savonet/ocaml-dtools/issues" 9 + depends: [ 10 + "ocaml" {>= "4.05.0"} 11 + "dune" {>= "2.8"} 12 + "odoc" {with-doc} 13 + ] 14 + depopts: ["syslog"] 15 + build: [ 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 + ] 29 + dev-repo: "git+https://github.com/savonet/ocaml-dtools.git" 30 + url { 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 + }