Description

ARP is an implementation of the address resolution protocol (RFC826) purely in OCaml. It handles IPv4 protocol addresses and Ethernet hardware addresses only.

A MirageOS Mirage_protocols.ARP implementation is in the mirage subdirectory.

Motivation for this implementation is written up.

Published: 23 Feb 2017

Dependencies (10)

  1. logs
  2. ipaddr >= "2.2.0" & < "3.0.0"
  3. ppx_cstruct < "3.4.0"
  4. cstruct >= "2.2.0" & < "3.4.0"
  5. result
  6. ppx_tools
  7. topkg build
  8. ocamlbuild build
  9. ocamlfind build
  10. ocaml >= "4.02.0"

Development Dependencies (2)

  1. nocrypto with-test
  2. alcotest with-test

Reverse Dependencies (1)

  1. mirage-nat >= "1.1.0" & < "2.1.0"

Conflicts (4)

  1. mirage-protocols >= "4.0.0"
  2. mirage-clock >= "3.0.0"
  3. mirage-types-lwt < "3.0.0"
  4. tcpip < "2.8.0"