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
|
Source: syslog-ocaml
Section: devel
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 (>= 5.0), cdbs, dpatch, ocaml-nox (>= 3.10), ocamlmakefile, ocaml-findlib
Standards-Version: 3.7.3
Homepage: http://homepage.mac.com/letaris
Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/syslog-ocaml/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/syslog-ocaml/trunk/
Package: libsyslog-ocaml
Architecture: any
Section: libs
Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}
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
Section: libdevel
Depends: ocaml-nox-${F:OCamlABI}, libsyslog-ocaml (= ${binary:Version})
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.
|