From bb56c96b5a0fb2d628794a5276820789c6116235 Mon Sep 17 00:00:00 2001 From: Thomas Gazagnaire Date: Fri, 8 Nov 2024 10:22:22 +0100 Subject: [PATCH] Add mising opam dependency --- container-image.opam | 2 ++ 1 file changed, 2 insertions(+) diff --git a/container-image.opam b/container-image.opam index d3523ef..a2d179f 100644 --- a/container-image.opam +++ b/container-image.opam @@ -32,6 +32,7 @@ depends: [ "xdg" "printbox" "printbox-text" + "osrelease" "alcotest" {with-test} ] @@ -42,6 +43,7 @@ pin-depends: [ [ "mirage-crypto-rng.0.11.2" "git+https://github.com/dinosaure/mirage-crypto.git#parallel"] [ "tar.dev" "git+https://github.com/samoht/ocaml-tar.git#eio-0.12"] [ "tar-eio.dev" "git+https://github.com/samoht/ocaml-tar.git#eio-0.12"] + [ "osrelease.dev" "git+https://github.com/avsm/osrelease#master"] ] synopsis: "Tools to manage OCI and Docker images"