package ipaddr
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=045e9fa2b0b2917cc658c78179024452f208e513a9322ae97dbb899995db55c9
md5=7d4fa9d31d57d900f0042bd96cb76323
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
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
README
ipaddr: IP (and MAC) address manipulation
A library for manipulation of IP (and MAC) address representations.
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
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
Dependencies (6)
- base-unix
- sexplib
-
ppx_sexp_conv
>= "v0.9.0"
- base-bytes
-
dune
>= "1.6.0"
-
ocaml
>= "4.03.0" & < "5.0"
Dev Dependencies (1)
-
ounit
with-test
Used by (41)
- builder-web
-
caqti-async
>= "2.1.1"
-
caqti-driver-pgx
>= "2.1.1"
-
caqti-lwt
>= "2.1.1"
-
caqti-mirage
>= "2.1.1"
-
cohttp-async
>= "4.1.2"
-
colombe
< "0.2.0"
-
conduit
< "1.4.0"
-
conduit-lwt-unix
< "1.4.0"
- corosync
- dkim
-
dns
< "1.1.3"
- dns-forward
- dream_middleware_ext
- eliom
- emile
- git-paf
- happy-eyeballs-lwt
- happy-eyeballs-mirage
- ipv6-multicast
- irmin-client
- learn-ocaml
-
learn-ocaml-client
>= "0.14.0"
- miou
-
mirage
< "4.0.0"
- mirage-nat
-
mirage-net-macosx
>= "1.2.0" & < "1.5.0"
- mirage-stack-lwt
-
mirage-types-lwt
< "3.6.0"
-
mrmime
< "0.6.0"
- ocsigenserver
- paf-cohttp
-
pcap-format
< "0.5.2"
- pf-qubes
-
pgx
>= "1.0"
-
piaf
>= "0.2.0"
-
sendmail-lwt
>= "0.10.0"
-
tls
>= "0.15.2"
-
vmnet
< "1.3.3"
- vpnkit
- websocket-lwt
Conflicts
None