Pure OCaml ARP table lookup - reads /proc/net/arp on Linux and arp -a on macOS/BSD
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

*: declare missing :with-test deps (lint sweep, batch 3)

- ocaml-arp add (fmt :with-test)
- ocaml-leb128 add (fmt :with-test)
- ocaml-atproto-handle add (eio_main :with-test)
- ocaml-did add (eio_main :with-test)
- ocaml-monitor add (eio_main :with-test)

Each verified by [dune build] + [dune runtest].

+3 -1
+2 -1
dune-project
··· 15 15 (ocaml (>= 4.14.0)) 16 16 (dune (>= 3.0)) 17 17 (mdx :with-test) 18 - (alcotest :with-test))) 18 + (alcotest :with-test) 19 + (fmt :with-test)))
+1
nox-arp.opam
··· 11 11 "dune" {>= "3.21" & >= "3.0"} 12 12 "mdx" {with-test} 13 13 "alcotest" {with-test} 14 + "fmt" {with-test} 14 15 "odoc" {with-doc} 15 16 ] 16 17 build: [