A library for manipulation of IP (and MAC) address representations
Description

Features:

  • Depends only on sexplib (conditionalization under consideration)
  • oUnit-based tests
  • IPv4 and IPv6 support
  • IPv4 and IPv6 CIDR prefix support
  • IPv4 and IPv6 CIDR-scoped address support
  • Ipaddr.V4 and Ipaddr.V4.Prefix modules are Map.OrderedType
  • Ipaddr.V6 and Ipaddr.V6.Prefix modules are Map.OrderedType
  • Ipaddr and Ipaddr.Prefix modules are Map.OrderedType
  • Ipaddr_unix in findlib subpackage ipaddr.unix provides compatibility with the standard library Unix module
  • Ipaddr_top in findlib subpackage ipaddr.top provides top-level pretty printers (requires compiler-libs default since OCaml 4.0)
  • IP address scope classification
  • IPv4-mapped addresses in IPv6 (::ffff:0:0/96) are an embedding of IPv4
  • MAC-48 (Ethernet) address support
  • Macaddr is a Map.OrderedType
  • All types have sexplib serializers/deserializers

Install

Published

13 Jul 2019

Authors

Maintainers

Sources

ipaddr-v4.0.0.tbz
sha256=6f4abf9c210b20ccddf4610691a87b8c870790d8f71d4a7edcfca9e21b59fc29
sha512=ca55a8cfa8b84c0a2f4e1fe7afb4c582066bbb562efb94169c0347e441ce076dc426d191772edb869eca6bd77f42f7141378181057ad8886da25ef915a9ee57f

Dependencies

ppx_sexp_conv with-test & >= "v0.9.0"
ounit with-test
domain-name >= "0.3.0"
macaddr = version
dune >= "1.9.0"
ocaml >= "4.04.0" & < "5.0"

Reverse Dependencies

albatross < "1.4.3"
arp >= "2.1.0"
charrua >= "1.1.0" & < "1.2.2"
charrua-client >= "1.1.0" & < "1.2.2"
charrua-client-lwt >= "0.11.1" & < "1.2.2"
cohttp-async >= "3.0.0"
conduit >= "1.5.0"
conduit-async >= "1.4.0" & != "3.0.0"
conduit-mirage != "3.0.0"
dkim >= "0.2.0"
dns >= "0.8.0" & < "0.10.0" | >= "1.1.3" & < "6.0.0"
dns-client < "6.2.0"
dns-mirage < "6.0.0"
eliom >= "4.0.0"
frenetic >= "3.2.0" & < "5.0.5"
ipaddr-sexp < "5.0.0"
learn-ocaml >= "0.12" & < "0.14.0"
mbr-format < "1.0.0"
mirage >= "0.10.0" & < "2.9.0" | >= "3.1.1" & < "3.8.0"
mirage-block-xen >= "1.1.0" & < "2.0.0"
mirage-conduit >= "3.2.0"
mirage-runtime >= "3.4.0" & < "3.8.0"
mirage-unix >= "0.9.4" & < "0.9.9"
mirage-vnetif >= "0.4.1"
mirage-www >= "1.1.0"
mirage-xen >= "0.9.5" & < "0.9.9"
mirari >= "0.9.6"
mrmime < "0.6.0"
mrt-format >= "0.3.0"
netchannel >= "1.8.1"
ocsigenserver >= "2.4.0"
pcap-format = "0.4.0"
pgx >= "1.0"
tcpip >= "3.6.0" & < "5.0.0"
tezos-base < "8.0"
tls >= "0.15.0"
tuntap = "1.8.1"
vchan >= "0.9.6" & < "2.0.0"
vhd-format >= "0.7.0" & < "0.9.1"
x509 = "0.7.0"

Conflicts

None