package arp-mirage

  1. Overview
  2. Docs
Address Resolution Protocol for MirageOS

Install

Dune Dependency

Authors

Maintainers

Sources

arp-v2.2.0.tbz
sha256=15c73eacfa03c5a199c8c333a2cc492c27314f749c0948418aff2a7ccc6d676c
sha512=ddf5e6ab3440095e7fb5b30262d8cd0d4d9ef0d5210bc867c28ed10ade15d43df7d14cd0559584eb834d03791469f17e3a0132bd718ea9b7f472c8b1d4662ffd

Description

Published: 31 Oct 2019

README

ARP - Address Resolution Protocol purely in OCaml

v2.2.0

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.

Documentation

API documentation is available online.

Installation

opam install arp will install this library, once you have installed OCaml (>= 4.04.0) and opam (>= 2.0.0).

Benchmarks require more opam libraries, namely mirage-vnetif mirage-clock-unix mirage-unix mirage-random-test. Use make bench to build and run it.

Dependencies (10)

  1. cstruct >= "2.2.0" & < "6.1.0"
  2. logs
  3. mirage-profile >= "0.5"
  4. arp = version
  5. duration
  6. lwt
  7. mirage-protocols >= "4.0.0" & < "8.0.0"
  8. mirage-time >= "2.0.0"
  9. dune >= "1.0"
  10. ocaml >= "4.06.0"

Dev Dependencies (9)

  1. mirage-time-unix with-test & >= "2.0.0"
  2. mirage-random-test with-test & >= "0.1.0"
  3. mirage-random with-test & >= "2.0.0" & < "4.0.0"
  4. mirage-clock-unix with-test & >= "3.0.0"
  5. alcotest with-test & < "1.4.0"
  6. mirage-vnetif with-test & >= "0.5.0"
  7. fmt with-test
  8. ethernet with-test & >= "2.0.0" & < "3.0.0"
  9. lwt with-test & < "5.0.0"

Used by (2)

  1. capnp-rpc-mirage >= "0.3.2" & < "1.1"
  2. tcpip >= "3.7.1" & < "4.0.0" | = "5.0.1"

Conflicts

None