package ipaddr

  1. Overview
  2. No Docs
IP (and MAC) address representation library

Install

Dune Dependency

Authors

Maintainers

Sources

2.6.1.tar.gz
md5=41add1ecc6303e18af60564f8559a299

Description

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 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

Tags

org:mirage org:xapi-project

Published: 20 Feb 2015

Dependencies (6)

  1. ocamlbuild build
  2. type_conv
  3. sexplib < "113.01.00"
  4. base-bytes
  5. ocamlfind build
  6. ocaml >= "4.02.0" & < "4.04.0"

Dev Dependencies (1)

  1. ounit with-test

Used by (68)

  1. arp < "0.2.3"
  2. builder-web
  3. capnp-rpc-mirage < "0.3.2"
  4. caqti-async >= "2.1.1"
  5. caqti-driver-pgx >= "2.1.1"
  6. caqti-lwt >= "2.1.1"
  7. caqti-mirage >= "2.1.1"
  8. charrua-client < "1.2.0"
  9. charrua-client-lwt < "0.11.1"
  10. charrua-client-mirage < "0.11.1"
  11. charrua-core < "0.11.1"
  12. charrua-unix = "0.6"
  13. cohttp-async >= "3.0.0"
  14. conduit >= "0.6.0" & < "1.4.0" | = "3.0.0"
  15. conduit-async >= "1.2.0" & < "1.4.0"
  16. dkim >= "0.2.0"
  17. dns >= "0.8.0" & < "1.1.3"
  18. dns-forward
  19. eliom >= "4.0.0"
  20. frenetic >= "3.2.0" & < "5.0.5"
  21. git-paf
  22. happy-eyeballs-lwt
  23. happy-eyeballs-mirage
  24. ipv6-multicast < "0.9"
  25. irmin-client
  26. jitsu
  27. mbr-format < "1.0.0"
  28. metrics-mirage
  29. miou
  30. mirage >= "0.10.0" & < "3.4.0"
  31. mirage-block-xen >= "1.1.0" & < "2.0.0"
  32. mirage-bootvar-xen < "0.4.0"
  33. mirage-conduit < "2.0.0" | >= "3.0.0" & < "3.1.0"
  34. mirage-console-xen-cli
  35. mirage-entropy-unix < "0.2.0"
  36. mirage-entropy-xen < "0.2.0"
  37. mirage-nat
  38. mirage-net-fd
  39. mirage-net-lwt < "1.2.0"
  40. mirage-net-macosx >= "1.2.0" & < "1.5.0"
  41. mirage-net-solo5 < "0.4.1"
  42. mirage-net-xen < "1.7.1"
  43. mirage-protocols-lwt < "1.4.1"
  44. mirage-qubes-ipv4 < "0.6.1"
  45. mirage-runtime < "3.4.0"
  46. mirage-stack-lwt
  47. mirage-types-lwt < "3.4.0"
  48. mirage-unix >= "0.9.4" & < "0.9.9"
  49. mirage-vnetif < "0.4.1"
  50. mirage-www >= "1.1.0"
  51. mirage-xen >= "0.9.5" & < "0.9.9"
  52. mirari >= "0.9.6"
  53. mrmime >= "0.2.0" & < "0.6.0"
  54. mrt-format >= "0.3.0"
  55. nanomsg
  56. netchannel < "1.8.1"
  57. ocsigenserver >= "2.4.0"
  58. paf-cohttp
  59. pcap-format = "0.4.0"
  60. pgx >= "1.0"
  61. tcpip < "3.6.0"
  62. tls >= "0.15.0"
  63. tuntap >= "0.6" & < "1.8.1"
  64. vchan >= "0.9.6" & < "2.0.0"
  65. vhd-format >= "0.7.0" & < "0.9.1"
  66. vmnet < "1.3.3"
  67. vpnkit
  68. xentropyd

Conflicts (1)

  1. ppx_sexp_conv = "113.33.00+4.03"