commits
- ocaml-net/lib/http.ml: Fix Eio.Flow type compatibility for cohttp-eio
- ocaml-net/fuzz/fuzz_net.ml: Fix unused variable warning
- kdf/*/tests/dune: Add (modes native) to avoid js_of_ocaml requirement
- ocaml-matter/dune-project: Remove pins (packages in monorepo)
- Update .ocamlformat versions to 0.28.1 across packages
- ocaml-meross: Various improvements
- Scan IPs in batches (default 64) to avoid exhausting file descriptors
- Exclude loopback addresses (127.x.x.x) from auto-detected subnets
Network utilities for Eio-based OCaml applications:
- ICMP ping with unprivileged sockets
- TCP connection testing and banner grabbing
- ARP table lookup
- HTTP client with TLS support
- TTL-based caching with jitter
- ocaml-net/lib/http.ml: Fix Eio.Flow type compatibility for cohttp-eio
- ocaml-net/fuzz/fuzz_net.ml: Fix unused variable warning
- kdf/*/tests/dune: Add (modes native) to avoid js_of_ocaml requirement
- ocaml-matter/dune-project: Remove pins (packages in monorepo)
- Update .ocamlformat versions to 0.28.1 across packages
- ocaml-meross: Various improvements