Source: ocaml-ipaddr Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Stéphane Glondu 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.