(lang dune 2.0)

(name dtools)
(version 0.4.2)
(source (github savonet/ocaml-dtools))
(license GPL)
(authors "The Savonet Team <savonet-users@lists.sourceforge.net>")
(maintainers "Romain Beauxis <toots@rastageeks.org>")

(generate_opam_files true)

(package
 (name dtools)
 (synopsis "Library providing various helper functions to make daemons")
 (depends
  (ocaml (>= 4.05.0))
  (dune (>= 2.0)))
 (depopts syslog))
