From f3a812a8046296d7d3e4e5f53f005e9043c37129 Mon Sep 17 00:00:00 2001 From: Samuel Hym Date: Tue, 14 Oct 2025 18:31:17 +0200 Subject: [PATCH] Cleanup opam package dependencies Remove an obsolete dependency and an obsolete comment --- ocaml-solo5-cross-aarch64.opam | 3 +-- ocaml-solo5.opam | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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"}