diff --git a/ocaml-solo5-cross-aarch64.opam b/ocaml-solo5-cross-aarch64.opam index e3529999..4ce3e465 100644 --- a/ocaml-solo5-cross-aarch64.opam +++ b/ocaml-solo5-cross-aarch64.opam @@ -29,8 +29,7 @@ run-test: [ ] depends: [ "conf-git" {build} # to patch the compiler sources - "conf-pkg-config" {build} # to detect how to link with zstd - "ocamlfind" {build} # needed by dune context (for tests) + "ocamlfind" {build} "ocaml-src" {build} "ocaml" {= "5.3.0"} "solo5" {>= "0.9.1"} diff --git a/ocaml-solo5.opam b/ocaml-solo5.opam index ae662c27..8a660964 100644 --- a/ocaml-solo5.opam +++ b/ocaml-solo5.opam @@ -29,8 +29,7 @@ run-test: [ ] depends: [ "conf-git" {build} # to patch the compiler sources - "conf-pkg-config" {build} # to detect how to link with zstd - "ocamlfind" {build} # needed by dune context (for tests) + "ocamlfind" {build} "ocaml-src" {build} "ocaml" {= "5.3.0"} "solo5" {>= "0.9.1"}