package arp

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

Install

Authors

Maintainers

Sources

arp-v2.2.1.tbz
sha256=01563edfd2dee3acece331aadf73e2f8e5daadf3bf3ab09b61714d1e2f1273f4
sha512=3f1288af400614045061692ffc4e315bbe1fde71262281fa6f65b71cf4640e4622808c9ac0706bb3fd9c9d57be59d82955a0c0f28f8ec52f0232dfee10adb20d

Description

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

Published: 18 Dec 2019

Dependencies (6)

  1. logs
  2. macaddr >= "4.0.0"
  3. ipaddr >= "4.0.0"
  4. cstruct >= "2.2.0" & < "6.1.0"
  5. dune
  6. ocaml >= "4.06.0"

Dev Dependencies (4)

  1. alcotest with-test
  2. bisect_ppx with-test
  3. mirage-random-test with-test & >= "0.1.0"
  4. mirage-random with-test & >= "2.0.0"

Used by (2)

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

Conflicts

None