package arp

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

Install

Authors

Maintainers

Sources

arp-v2.0.0.tbz
md5=50bbe0aba0ee6527d56306f04402accf

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: 25 Feb 2019

Dependencies (6)

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

Dev Dependencies (4)

  1. alcotest with-test
  2. bisect_ppx with-test
  3. mirage-random-test with-test
  4. mirage-random with-test & < "2.0.0"

Used by (2)

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

Conflicts (1)

  1. arp-mirage < "1.0.0"