A batteries included HTTP/1.1 client in OCaml

fix: add missing package dependencies found by monopam lint

Adds 108 missing dependency declarations across 52 packages.
Most common missing dep was fmt (38 packages), followed by wire,
eio, and bytesrw. Also improves lint output with tty tables and
better subtree filtering display.

+2
+1
dune-project
··· 19 19 (depends 20 20 (ocaml (>= 5.1.0)) 21 21 eio 22 + fmt 22 23 tls 23 24 tls-eio 24 25 ca-certs
+1
requests.opam
··· 12 12 "dune" {>= "3.21"} 13 13 "ocaml" {>= "5.1.0"} 14 14 "eio" 15 + "fmt" 15 16 "tls" 16 17 "tls-eio" 17 18 "ca-certs"