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.

Update READMEs to reference nox- package names

Each README's 'opam install <pkg>' instructions now match the post-rename
opam package names. Auto-generated by 'monopam lint --fix' after the
nox-* prefix landed on the underlying packages.

+2 -2
+2 -2
README.md
··· 11 11 Install with opam: 12 12 13 13 ```sh 14 - $ opam install arp 14 + $ opam install nox-arp 15 15 ``` 16 16 17 17 If opam cannot find the package, it may not yet be released in the public ··· 20 20 ```sh 21 21 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 22 22 $ opam update 23 - $ opam install arp 23 + $ opam install nox-arp 24 24 ``` 25 25 26 26 ## Usage