File: control

package info (click to toggle)
syslog-ocaml 2.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: ml: 205; makefile: 17
file content (49 lines) | stat: -rw-r--r-- 1,499 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: syslog-ocaml
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
 Eric Cooper <ecc@cmu.edu>,
 Ralf Treinen <treinen@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 ocaml,
 ocaml-dune,
 dh-ocaml (>= 1.2)
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/geneanet/ocaml-syslog
Vcs-Git: https://salsa.debian.org/ocaml-team/syslog-ocaml.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/syslog-ocaml

Package: libsyslog-ocaml
Architecture: any
Depends:
 ${ocaml:Depends},
 ${misc:Depends},
 ${shlibs:Depends}
Provides: ${ocaml:Provides}
Breaks: libsyslog-ocaml-dev (<< 2.0.0)
Replaces: libsyslog-ocaml-dev (<< 2.0.0)
Description: syslog routines for OCaml (runtime)
 This library provides syslog client functions for OCaml programs.
 These functions are implemented almost entirely in OCaml, not as
 bindings to the standard C library.
 .
 This package contains the shared runtime stub libraries.

Package: libsyslog-ocaml-dev
Architecture: any
Depends:
 ${ocaml:Depends},
 ${misc:Depends},
 ${shlibs:Depends}
Provides: ${ocaml:Provides}
Suggests: ocaml-findlib
Description: syslog routines for OCaml (development files)
 This library provides syslog client functions for OCaml programs.
 These functions are implemented almost entirely in OCaml, not as
 bindings to the standard C library.
 .
 This package contains the files needed to compile OCaml programs
 that use the syslog library.