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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Source: ocaml-ipaddr
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Stéphane Glondu <glondu@debian.org>
Build-Depends:
debhelper-compat (= 13),
ocaml-nox,
ocaml-dune,
opam-installer,
libounit-ocaml-dev,
libppx-sexp-conv-ocaml-dev,
libdomain-name-ocaml-dev,
libstdlib-shims-ocaml-dev,
dh-ocaml
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/mirage/ocaml-ipaddr
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-ipaddr.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-ipaddr
Package: libipaddr-ocaml-dev
Architecture: any
Depends:
${shlibs:Depends},
${ocaml:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: library for manipulation of IP (and MAC) address representations (dev files)
This is a library for manipulation of IP (and MAC) address representations.
.
Features:
* IPv4 and IPv6 support
* IPv4 and IPv6 CIDR prefix support
* IPv4 and IPv6 CIDR-scoped address support
* Integration with the standard OCaml distribution (Map.OrderedType,
Unix, top-level)
* IP address scope classification
* IPv4-mapped addresses in IPv6 (::ffff:0:0/96) are an embedding of IPv4
* MAC-48 (Ethernet) address support
* All types have sexplib serializers/deserializers
.
This package contains development files.
Package: libipaddr-ocaml
Architecture: any
Depends:
${shlibs:Depends},
${ocaml:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Description: library for manipulation of IP (and MAC) address representations (runtime)
This is a library for manipulation of IP (and MAC) address representations.
.
Features:
* IPv4 and IPv6 support
* IPv4 and IPv6 CIDR prefix support
* IPv4 and IPv6 CIDR-scoped address support
* Integration with the standard OCaml distribution (Map.OrderedType,
Unix, top-level)
* IP address scope classification
* IPv4-mapped addresses in IPv6 (::ffff:0:0/96) are an embedding of IPv4
* MAC-48 (Ethernet) address support
* All types have sexplib serializers/deserializers
.
This package contains the shared runtime libraries.
|