package ipaddr

  1. Overview
  2. No Docs
A library for manipulation of IP (and MAC) address representations

Install

Authors

Maintainers

Sources

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

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

Tags

org:mirage org:xapi-project

Published: 13 Jul 2019

Dependencies (5)

  1. domain-name >= "0.3.0"
  2. sexplib0
  3. macaddr = version
  4. dune >= "1.9.0"
  5. ocaml >= "4.04.0" & < "5.0"

Dev Dependencies (2)

  1. ppx_sexp_conv with-test & >= "v0.9.0"
  2. ounit with-test

Used by (77)

  1. albatross < "1.4.3"
  2. arp >= "2.1.0"
  3. builder-web
  4. caqti >= "2.0.1"
  5. charrua >= "1.1.0" & < "1.2.2"
  6. charrua-client >= "1.1.0" & < "1.2.2"
  7. charrua-client-lwt >= "0.11.1" & < "1.2.2"
  8. charrua-client-mirage < "1.2.2"
  9. charrua-server < "1.2.2"
  10. charrua-unix = "0.6"
  11. cohttp-async >= "3.0.0"
  12. colombe
  13. conduit >= "1.5.0"
  14. conduit-async >= "1.4.0" & != "3.0.0"
  15. conduit-lwt-unix >= "1.5.0"
  16. conduit-mirage != "3.0.0"
  17. dkim >= "0.2.0"
  18. dns >= "0.8.0" & < "0.10.0" | >= "1.1.3" & < "6.0.0"
  19. dns-cli
  20. dns-client < "6.2.0"
  21. dns-mirage < "6.0.0"
  22. eliom >= "4.0.0"
  23. emile
  24. frenetic >= "3.2.0" & < "5.0.5"
  25. git-paf
  26. happy-eyeballs < "0.0.4"
  27. happy-eyeballs-lwt
  28. happy-eyeballs-mirage
  29. ip2location
  30. ipaddr-cstruct < "5.0.0"
  31. ipaddr-sexp < "5.0.0"
  32. jitsu
  33. learn-ocaml >= "0.12" & < "0.14.0"
  34. learn-ocaml-client < "0.13.0"
  35. mbr-format < "1.0.0"
  36. metrics-mirage
  37. miou
  38. mirage >= "0.10.0" & < "2.9.0" | >= "3.1.1" & < "3.8.0"
  39. mirage-block-xen >= "1.1.0" & < "2.0.0"
  40. mirage-bootvar-xen < "0.4.0"
  41. mirage-conduit >= "3.2.0"
  42. mirage-console-xen-cli
  43. mirage-entropy-unix < "0.2.0"
  44. mirage-entropy-xen < "0.2.0"
  45. mirage-nat
  46. mirage-net-fd
  47. mirage-protocols >= "4.0.0"
  48. mirage-protocols-lwt >= "1.4.1"
  49. mirage-qubes-ipv4 >= "0.6.1"
  50. mirage-runtime >= "3.4.0" & < "3.8.0"
  51. mirage-stack-lwt
  52. mirage-types-lwt < "3.7.1"
  53. mirage-unix >= "0.9.4" & < "0.9.9"
  54. mirage-vnetif >= "0.4.1"
  55. mirage-www >= "1.1.0"
  56. mirage-xen >= "0.9.5" & < "0.9.9"
  57. mirari >= "0.9.6"
  58. mrmime < "0.6.0"
  59. mrt-format >= "0.3.0"
  60. nanomsg
  61. netchannel >= "1.8.1"
  62. ocsigenserver >= "2.4.0"
  63. paf-cohttp
  64. pcap-format = "0.4.0"
  65. pf-qubes
  66. pgx >= "1.0"
  67. tcpip >= "3.6.0" & < "5.0.0"
  68. tezos-base < "8.0"
  69. tezos-stdlib-unix < "12.0"
  70. tls >= "0.15.0"
  71. tuntap = "1.8.1"
  72. vchan >= "0.9.6" & < "2.0.0"
  73. vhd-format >= "0.7.0" & < "0.9.1"
  74. vpnkit
  75. websocket-lwt
  76. x509 = "0.7.0"
  77. xentropyd

Conflicts

None