package arp

  1. Overview
  2. Docs
Address Resolution Protocol purely in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

arp-0.2.3.tbz
md5=7e9c65c187e3e1f0939cbc031ae68967

CHANGES.md.html

0.2.3 (2019-01-04)

  • port to ipaddr 3.0.0

0.2.2 (2018-08-25)

  • remove Arp_wire module, now integrated into Arp_packet

  • remove usage of ppx_cstruct

0.2.1 (2018-05-06)

  • Avoid an initial gratitious ARP with Ipaddr.V4.any

0.2.0 (2017-01-17)

  • MirageOS3 support

  • Don't ship with -warn-error +A, use it only in ./build

  • Fix testsuite compilation on OCaml 4.02

  • Renamed Marp to Arpv4 (same as MirageOS ARP handler in tcpip)

0.1.1 (2016-07-13)

  • Minor nits for topkg

0.1.0 (2016-07-12)

  • Initial release