package ipaddr

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

Install

Dune Dependency

Authors

Maintainers

Sources

ipaddr-v5.0.0.tbz
sha256=2e8f35b1ddf3f5b9847f59fccdd61475e7771f34d693fa69271b41ff9119c7ac
sha512=b2a250e96ad10376f592c38df7f5d2d849d58252dad787176d24f8d41c3c5f8420dfe215f50fee32046f84a45d8327ff2a317b50ce96266094d8df34bda5ab73

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: 16 Jun 2020

README

ipaddr: IP and MAC address manipulation

A library for manipulation of IP and MAC address representations.

Features:

  • 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

  • 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 optionally via the Ipaddr_sexp and Macaddr_sexp libraries.

Usage

There are the following opam packages included:

  • ipaddr: the Ipaddr and associated modules

  • ipaddr-sexp

  • ipaddr-cstruct

  • macaddr: the Macaddr and associated modules.

  • macaddr-sexp

  • macaddr-cstruct

There are the following ocamlfind libraries included as part of this repository, included as part of the respective opam packages.

  • ipaddr: The Ipaddr module for IPv4/6 manipulation.

  • ipaddr.top: Toplevel printers for Ipaddr.

  • ipaddr-cstruct: The Ipaddr_cstruct module

  • macaddr: The Macaddr module for MAC address manipulation.

  • macaddr.top: Toplevel printers for Macaddr.

  • macaddr-cstruct: The Macaddr_cstruct module

  • ipaddr-sexp: S-expression converters for Ipaddr.

  • macaddr-sexp: S-expression converters for Macaddr.

Contact

Dependencies (5)

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

Dev Dependencies (2)

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

Used by (84)

  1. albatross < "1.4.3"
  2. arp >= "2.1.0"
  3. builder-web
  4. caqti >= "2.0.1"
  5. caqti-async >= "2.1.1"
  6. caqti-driver-pgx >= "2.1.1"
  7. caqti-lwt >= "2.1.1"
  8. caqti-mirage >= "2.1.1"
  9. charrua >= "1.2.2"
  10. charrua-client >= "1.1.0"
  11. charrua-client-lwt >= "0.11.1"
  12. charrua-client-mirage
  13. charrua-server < "1.1.0" | >= "1.2.2"
  14. charrua-unix = "0.6"
  15. cohttp-async >= "3.0.0"
  16. colombe
  17. conduit >= "1.5.0"
  18. conduit-async >= "1.4.0" & != "3.0.0"
  19. conduit-lwt-unix >= "1.5.0"
  20. conduit-mirage != "3.0.0"
  21. dkim >= "0.2.0"
  22. dns >= "0.8.0" & < "0.10.0" | >= "1.1.3" & < "6.0.0"
  23. dns-cli
  24. dns-client < "6.2.0"
  25. dns-mirage < "6.0.0"
  26. eliom >= "4.0.0"
  27. emile
  28. frenetic >= "3.2.0" & < "5.0.5"
  29. git-paf
  30. happy-eyeballs < "0.0.4"
  31. happy-eyeballs-lwt
  32. happy-eyeballs-mirage
  33. ip2location
  34. ipaddr-cstruct = "5.0.0"
  35. ipaddr-sexp = "5.0.0"
  36. irmin-client
  37. jitsu
  38. learn-ocaml >= "0.12" & < "0.14.0"
  39. learn-ocaml-client < "0.13.0"
  40. mbr-format < "1.0.0"
  41. metrics-mirage
  42. miou
  43. mirage >= "0.10.0" & < "2.9.0" | >= "3.8.0"
  44. mirage-block-xen >= "1.1.0" & < "2.0.0"
  45. mirage-bootvar-xen < "0.4.0"
  46. mirage-conduit >= "3.2.0"
  47. mirage-console-xen-cli
  48. mirage-entropy-unix < "0.2.0"
  49. mirage-entropy-xen < "0.2.0"
  50. mirage-nat < "1.2.0" | >= "2.2.2"
  51. mirage-net-fd
  52. mirage-net-xen >= "2.1.4"
  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" & < "4.5.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-cohttp
  71. pcap-format = "0.4.0"
  72. pf-qubes
  73. pgx >= "1.0"
  74. tcpip >= "3.6.0"
  75. tezos-base >= "8.0"
  76. tezos-stdlib-unix
  77. tls >= "0.15.0"
  78. tuntap >= "2.0.0"
  79. vchan >= "0.9.6" & < "2.0.0"
  80. vhd-format >= "0.7.0" & < "0.9.1"
  81. vpnkit
  82. websocket-lwt
  83. x509 = "0.7.0"
  84. xentropyd

Conflicts

None