File: control

package info (click to toggle)
ocaml-dtools 0.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: ml: 951; makefile: 8
file content (28 lines) | stat: -rw-r--r-- 963 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: ocaml-dtools
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Kyle Robbertze <paddatrapper@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-ocaml (>= 1.2),
               ocaml-dune,
               ocaml,
               libsyslog-ocaml-dev
Standards-Version: 4.6.2
Homepage: https://github.com/savonet/ocaml-dtools
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-dtools.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-dtools
Rules-Requires-Root: no

Package: libdtools-ocaml-dev
Architecture: any
Depends: ${ocaml:Depends}, ocaml-findlib, ${misc:Depends}
Provides: ${ocaml:Provides}
Description: library for writing daemons in OCaml
 dtools is a set of useful functions for writing daemon services in OCaml.
 .
 It includes support for:
  * configuration options
  * logging
  * detaching and writing PID file
  * start-up and shutdown task manager