Source: ocaml-logs-syslog Section: ocaml Maintainer: Debian OCaml Maintainers Uploaders: Stéphane Glondu 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.