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: resolve unused dependency lint issues

Remove genuinely stale deps (merlin, duration, digestif, eio_main,
dune-configurator, printbox, printbox-text, tls-eio, ocamlformat,
bytesrw-eio) and add missing library declarations to dune files
(eio+logs in ocaml-oci/src, logs in ocaml-git/lib+bin).

Keep js_of_ocaml in space-ground (needed for modes js) and add it
to implicit_deps in lint since it's a compiler, not a library.

+2 -6
-3
dune-project
··· 34 34 progress 35 35 tar 36 36 terminal 37 - tls-eio 38 37 (eio (>= 1.0)) 39 38 tar-eio 40 39 eio_main 41 40 uri 42 41 xdg 43 - printbox 44 - printbox-text 45 42 osrelease 46 43 (alcotest :with-test)))
-3
oci.opam
··· 27 27 "progress" 28 28 "tar" 29 29 "terminal" 30 - "tls-eio" 31 30 "eio" {>= "1.0"} 32 31 "tar-eio" 33 32 "eio_main" 34 33 "uri" 35 34 "xdg" 36 - "printbox" 37 - "printbox-text" 38 35 "osrelease" 39 36 "alcotest" {with-test} 40 37 "odoc" {with-doc}
+2
src/dune
··· 3 3 (name oci) 4 4 (libraries 5 5 oci.spec 6 + eio 7 + logs 6 8 progress 7 9 requests 8 10 astring