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.3.tar.gz"
31 checksum: [
32 "md5=44c8d8e5e5a986a519064f268642fc5c"
33 "sha512=643aeb7cbfcdab79110daf85a29c4a6fff7a965888820859a6c0d9cc14ba92a5ad3a1e84cb60176ac8cbe4a7cd30602032a05924d2d48795c62867b09dc290d8"
34 ]
35}