(lang dune 3.21) (using mdx 0.4) (name oci) (generate_opam_files true) (license ISC) (authors "Thomas Gazagnaire ") (maintainers "Thomas Gazagnaire ") (source (tangled gazagnaire.org/ocaml-oci)) (package (name oci) (synopsis "OCaml library and CLI for OCI and Docker image manipulation") (tags (org:blacksun codec.text)) (description "Tools to manage OCI and Docker images. Fetch layers from registries, \ inspect image contents, and checkout with git history for layer diffs.") (depends (ocaml (>= 5.0.0)) digestif bytesrw bytesrw-eio base64 cmdliner fmt nox-json logs mtime optint ptime astring dune-build-info (nox-crypto-rng (>= 1.2.0)) requests progress nox-tar nox-tar-eio terminal (eio (>= 1.0)) eio_main nox-tty uri vlog nox-xdg osrelease (alcotest :with-test) (mdx :with-test) nox-loc))