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

@ -20,4 +20,5 @@ depends: [
"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"}
] ]