A library for manipulation of IP (and MAC) address representations
Description
Features:
- Depends only on sexplib (conditionalization under consideration)
- ounit2-based tests
- IPv4 and IPv6 support
- IPv4 and IPv6 CIDR prefix support
- IPv4 and IPv6 CIDR-scoped address support
Ipaddr.V4
andIpaddr.V4.Prefix
modules areMap.OrderedType
Ipaddr.V6
andIpaddr.V6.Prefix
modules areMap.OrderedType
Ipaddr
andIpaddr.Prefix
modules areMap.OrderedType
Ipaddr_unix
in findlib subpackageipaddr.unix
provides compatibility with the standard libraryUnix
moduleIpaddr_top
in findlib subpackageipaddr.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 aMap.OrderedType
- All types have sexplib serializers/deserializers
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
Published
04 Jul 2022
Authors
Maintainers
Sources
ipaddr-5.3.1.tbz
sha256=9820bcbccadb6e6d9e22fe26b2f9a044897c8f47c29d157f464b41a2f191e7d4
sha512=1d400f8344d1a8c2ac1c55e4a7167484034094e2227ce7c8f2f45843b0875a83030851400ceb96b5cdb756fa8798d83c77d839705fcb9e3f2bd5e46d337d63d0
Dependencies
ppx_sexp_conv
with-test & >= "v0.9.0"
ounit2
with-test
domain-name
>= "0.3.0"
macaddr
= version
dune
>= "1.9.0"
ocaml
>= "4.08.0"
Reverse Dependencies
arp
>= "2.1.0"
charrua
>= "1.2.2"
charrua-client
>= "1.1.0"
charrua-client-lwt
>= "0.11.1"
charrua-server
< "1.1.0" | >= "1.2.2"
charrua-unix
= "0.6" | >= "1.4.0"
cohttp-async
>= "3.0.0"
conduit
>= "1.5.0"
conduit-async
>= "1.4.0" & != "3.0.0"
conduit-lwt-unix
>= "1.5.0"
conduit-mirage
!= "3.0.0"
dkim
>= "0.2.0"
dns
>= "0.8.0" & < "0.10.0" | >= "1.1.3"
dns-client
< "7.0.0"
eliom
>= "4.0.0"
frenetic
>= "3.2.0"
git
>= "3.0.0"
git-mirage
>= "3.0.0"
git-unix
>= "3.0.0"
ipaddr-cstruct
= "5.3.1"
ipaddr-sexp
= "5.3.1"
learn-ocaml
>= "0.12" & < "0.14.0"
learn-ocaml-client
< "0.13.0"
mbr-format
< "1.0.0"
mirage
>= "0.10.0" & < "2.9.0" | >= "3.8.0"
mirage-block-xen
>= "1.1.0" & < "2.0.0"
mirage-bootvar-xen
< "0.4.0"
mirage-conduit
>= "3.2.0"
mirage-entropy-unix
< "0.2.0"
mirage-entropy-xen
< "0.2.0"
mirage-nat
< "1.2.0" | >= "2.2.2"
mirage-protocols
>= "4.0.0"
mirage-protocols-lwt
>= "1.4.1"
mirage-qubes-ipv4
>= "0.6.1"
mirage-runtime
>= "3.8.0"
mirage-types-lwt
< "3.7.1"
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"
mrt-format
>= "0.3.0"
netchannel
>= "1.8.1"
ocsigenserver
>= "2.4.0"
paf
>= "0.0.2" & < "0.0.4"
pcap-format
= "0.4.0"
pgx
>= "1.0"
tcpip
>= "3.6.0"
tezos-base
>= "8.0"
tls
>= "0.15.0"
tuntap
>= "2.0.0"
vchan
>= "0.9.6" & < "2.0.0"
vhd-format
>= "0.7.0" & < "0.9.1"
x509
= "0.7.0" | >= "0.15.0"
Conflicts
None