Movatterモバイル変換


[0]ホーム

URL:


packagearp

  1. Overview
  2. Docs

You can search for identifiers within the package.

in-package search v0.2.0

Address Resolution Protocol purely in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

arp-4.0.0.tbz
sha256=0b6061ff637066a0891227429e487044ca16dc0b1b42dbf074587d2222640da5
sha512=101e54c5de0c49ee91f07d4fbf381938689b5391d287609e3a0e98f2d8dc99b5801cfa0bb91da399c47e89305ba924b29801dbe1defb566f768cfbde96bbccc0

Description

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

Published:06 Feb 2025

README

ARP - Address Resolution Protocol purely in OCaml

v4.0.0

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

AMirageOS ARP implementation is in themirage subdirectory.

Motivation for this implementation iswritten up.

Documentation

API documentation is available online.

Installation

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

Benchmarks require more opam libraries, namelymirage-vnetif mirage-clock-unix mirage-unix. Usedune build --release bench/bench.exe && _build/default/bench/bench.exe to build and run it.

Dependencies (11)

  1. fmt>= "0.8.7"
  2. ethernet>= "3.0.0"
  3. duration
  4. lwt
  5. mirage-sleep>= "4.0.0"
  6. logs
  7. macaddr>= "4.0.0"
  8. ipaddr>= "4.0.0"
  9. cstruct>= "6.0.0"
  10. dune>= "2.7.0"
  11. ocaml>= "4.06.0"

Dev Dependencies (3)

  1. boswith-test & >= "0.2.1"
  2. mirage-vnetifwith-test & >= "0.5.0"
  3. alcotestwith-test

Used by (6)

  1. capnp-rpc-mirage>= "1.1" & < "1.2.2"
  2. charrua-client>= "1.5.0"
  3. mirage-nat>= "1.1.0" & < "2.1.0"
  4. mirage-protocols>= "8.0.0"
  5. mirage-qubes-ipv4>= "0.9.2"
  6. tcpip>= "6.0.0" & < "7.0.0" | >= "9.0.0"

Conflicts

None


[8]ページ先頭

©2009-2025 Movatter.jp