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.

Migrate CLI tools to use Tty.Table for consistent output

- precommit: Move directory column first as primary key
- ocurl: Add Tty.Table for HTTP headers display
- oci: Replace PrintBox with Tty.Table for image listing
- agent: Add Tty.Table for TODO list display with colored status

All CLI tools now use the tty library for tables, providing
consistent styled output across the monorepo.

+1
+1
arp.opam
··· 23 23 "@doc" {with-doc} 24 24 ] 25 25 ] 26 + dev-repo: "https://tangled.org/gazagnaire.org/ocaml-arp"