File: control

package info (click to toggle)
ocaml-dtools 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 688 kB
  • sloc: sh: 3,262; ml: 986; makefile: 73
file content (30 lines) | stat: -rw-r--r-- 1,060 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
29
30
Source: ocaml-dtools
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Kyle Robbertze <krobbertze@gmail.com>,
           Romain Beauxis <toots@rastageeks.org>,
           Samuel Mimram <smimram@debian.org>
Build-Depends: cdbs (>= 0.4.53),
               debhelper (>= 10),
               ocaml-nox,
               dh-ocaml (>= 0.9),
               ocaml-findlib (>= 1.2.4),
               libsyslog-ocaml-dev
Standards-Version: 4.2.1
Homepage: http://liquidsoap.fm/
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-dtools.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-dtools

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