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
|
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>
DM-Upload-Allowed: yes
Build-Depends:
debhelper (>= 7.0),
ocaml-nox (>= 3.11),
ocaml-findlib,
cdbs,
ocamlmakefile,
dh-ocaml (>= 0.9)
Standards-Version: 3.8.3
Homepage: http://homepage.mac.com/letaris
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/syslog-ocaml.git
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/syslog-ocaml.git
Package: libsyslog-ocaml
Architecture: any
Depends:
${ocaml:Depends},
${misc:Depends},
${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: syslog routines for OCaml
This library implements a syslog client in Objective Caml.
.
This package contains the shared runtime stub libraries.
Package: libsyslog-ocaml-dev
Architecture: any
Depends:
${ocaml:Depends},
${misc:Depends},
${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: syslog routines for OCaml
This library implements a syslog client in Objective Caml.
.
This package contains the files needed to compile OCaml programs
that use the syslog library.
|