Fix the opam file according to the CI
This commit is contained in:
parent
f97a1ff555
commit
76c7d17cfe
1 changed files with 4 additions and 3 deletions
|
@ -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"}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue