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
|
Source: mlpcap
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Sylvain Le Gall <gildor@debian.org>
Build-Depends: cdbs (>= 0.4.23-1.1),
debhelper (>= 7),
dpatch,
ocaml-nox (>= 3.10.0-9),
camlidl (>= 1.05-10),
libffcall1-dev,
ocaml-findlib (>= 1.1.2pl1-4),
libpcap0.8-dev,
dh-ocaml (>= 0.9.1)
Standards-Version: 3.8.3
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/mlpcap.git
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/mlpcap.git
Homepage: http://www.drugphish.ch/~jonny/mlpcap.html
Package: libmlpcap-ocaml
Architecture: any
Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${ocaml:Provides}
Description: binding of libpcap for OCaml
MLpcap implements OCaml stubs to libpcap. It allows to call almost
all function of libpcap from OCaml.
Package: libmlpcap-ocaml-dev
Architecture: any
Depends: ${ocaml:Depends}, libmlpcap-ocaml (= ${binary:Version}), libffcall1-dev, libpcap0.8-dev, camlidl, ${misc:Depends}
Provides: ${ocaml:Provides}
Description: binding of libpcap for OCaml
MLpcap implements OCaml stubs to libpcap. It allows to call almost
all function of libpcap from OCaml.
.
Developpement files.
|