OCaml library and CLI for OCI and Docker image manipulation
0
fork

Configure Feed

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

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.

+16
+8
dune-project
··· 21 21 bytesrw-eio 22 22 base64 23 23 cmdliner 24 + fmt 25 + jsont 24 26 logs 27 + mtime 28 + optint 29 + ptime 25 30 astring 26 31 dune-build-info 27 32 (crypto-rng (>= 1.2.0)) 28 33 requests 29 34 progress 35 + tar 36 + terminal 30 37 tls-eio 31 38 (eio (>= 1.0)) 32 39 tar-eio 33 40 eio_main 41 + uri 34 42 xdg 35 43 printbox 36 44 printbox-text
+8
oci.opam
··· 14 14 "bytesrw-eio" 15 15 "base64" 16 16 "cmdliner" 17 + "fmt" 18 + "jsont" 17 19 "logs" 20 + "mtime" 21 + "optint" 22 + "ptime" 18 23 "astring" 19 24 "dune-build-info" 20 25 "crypto-rng" {>= "1.2.0"} 21 26 "requests" 22 27 "progress" 28 + "tar" 29 + "terminal" 23 30 "tls-eio" 24 31 "eio" {>= "1.0"} 25 32 "tar-eio" 26 33 "eio_main" 34 + "uri" 27 35 "xdg" 28 36 "printbox" 29 37 "printbox-text"