Fix the opam file according to the CI

This commit is contained in:
Calascibetta Romain 2024-11-08 16:17:46 +01:00
parent f97a1ff555
commit 76c7d17cfe

View file

@ -16,8 +16,9 @@ build: [ "dune" "build" "-p" name "-j" jobs ]
run-test: [ "dune" "runtest" "-p" name "-j" jobs ] run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
depends: [ depends: [
"ocaml" {>= "4.14.0"} "ocaml" {>= "4.14.0"}
"dune" {>= "3.5.0"} "dune" {>= "3.5.0"}
"cachet" {= version} "cachet" {= version}
"mirage-solo5" {>= "0.7.0"} "mirage-solo5" {>= "0.7.0"}
"alcotest" {with-test & >= "1.8.0"}
] ]