Source: syslog-ocaml Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Eric Cooper , Ralf Treinen Build-Depends: debhelper-compat (= 13), ocaml-nox, ocaml-dune, dh-ocaml 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.