File: control

package info (click to toggle)
ocaml-logs 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 280 kB
  • sloc: ml: 937; makefile: 12
file content (60 lines) | stat: -rw-r--r-- 1,770 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
50
51
52
53
54
55
56
57
58
59
60
Source: ocaml-logs
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
 Stéphane Glondu <glondu@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 ocaml,
 ocaml-findlib,
 ocamlbuild,
 libtopkg-ocaml-dev,
 opam-installer,
 libjs-of-ocaml-dev,
 liblwt-ocaml-dev,
 libcmdliner-ocaml-dev,
 libfmt-ocaml-dev,
 dh-ocaml
Standards-Version: 4.7.2
Homepage: https://erratique.ch/software/logs
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-logs.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-logs

Package: liblogs-ocaml-dev
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: logging infrastructure for OCaml (development)
 Logs provides a logging infrastructure for OCaml. Logging is
 performed on sources whose reporting level can be set
 independently. Log message report is decoupled from logging and is
 handled by a reporter.
 .
 A few optional log reporters are distributed with the base library
 and the API easily allows you to implement your own.
 .
 This package contains development files.

Package: liblogs-ocaml
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides: ${ocaml:Provides}
Suggests: ocaml-findlib
Description: logging infrastructure for OCaml (runtime)
 Logs provides a logging infrastructure for OCaml. Logging is
 performed on sources whose reporting level can be set
 independently. Log message report is decoupled from logging and is
 handled by a reporter.
 .
 A few optional log reporters are distributed with the base library
 and the API easily allows you to implement your own.
 .
 This package contains runtime files.