package ipaddr

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

Install

Authors

Maintainers

Sources

ipaddr-5.3.0.tbz
sha256=36979edf64b464d44055f3504b97d61e22050e7369d983052c4ecc3d2b1ab755
sha512=06b16e319672c8182210296ed005accd9a4e190f99bd019f24232e213be8de6d198f9e8cb40ee00ec226184e1dd4ebd7e589d890b1f88f40f17eaf785dae975c

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: 08 Mar 2022

Dependencies (5)

  1. domain-name >= "0.3.0"
  2. stdlib-shims
  3. macaddr = version
  4. dune >= "1.9.0"
  5. ocaml >= "4.04.0"

Dev Dependencies (2)

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

Used by (86)

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

Conflicts

None