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
|
Source: ocaml-logs-syslog
Section: ocaml
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Stéphane Glondu <glondu@debian.org>
Build-Depends:
debhelper-compat (= 13),
ocaml-dune,
dh-ocaml (>= 2),
liblogs-ocaml-dev,
libptime-ocaml-dev,
libsyslog-message-ocaml-dev,
liblwt-ocaml-dev,
libx509-ocaml-dev,
libcstruct-ocaml-dev,
libmirage-kv-ocaml-dev,
libmirage-ptime-ocaml-dev,
libipaddr-ocaml-dev,
ocaml
Standards-Version: 4.7.3
Homepage: https://github.com/hannesm/logs-syslog
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-logs-syslog
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-logs-syslog.git
Package: liblogs-syslog-ocaml-dev
Architecture: any
Depends:
${misc:Depends},
${ocaml:Depends},
${shlibs:Depends}
Provides: ${ocaml:Provides}
Suggests: ocaml-findlib
Description: logs reporter to syslog (UDP/TCP/TLS) -- development files
This library provides log reporters using syslog over various
transports (UDP, TCP, TLS) with various effectful layers: Unix, Lwt,
MirageOS. It integrates the Logs library, which provides logging
infrastructure for OCaml, with the syslog-message library, which
provides encoding and decoding of syslog messages (RFC 3164).
.
This package contains the development files.
Package: liblogs-syslog-ocaml
Architecture: any
Depends:
${misc:Depends},
${ocaml:Depends},
${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: logs reporter to syslog (UDP/TCP/TLS) -- runtime files
This library provides log reporters using syslog over various
transports (UDP, TCP, TLS) with various effectful layers: Unix, Lwt,
MirageOS. It integrates the Logs library, which provides logging
infrastructure for OCaml, with the syslog-message library, which
provides encoding and decoding of syslog messages (RFC 3164).
.
This package contains the runtime files.
|