mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
add opam bounds
This commit is contained in:
parent
2431c4caa0
commit
8a60f2d913
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ build: [
|
||||||
]
|
]
|
||||||
depends: [
|
depends: [
|
||||||
"dune" {build}
|
"dune" {build}
|
||||||
"containers"
|
"containers" { >= "2.8" & < "3.0" }
|
||||||
"iter"
|
"iter" { >= "1.0" & < "2.0" }
|
||||||
"msat" { >= "0.8.2" < "0.9" }
|
"msat" { >= "0.8.2" < "0.9" }
|
||||||
"ocaml" { >= "4.03" }
|
"ocaml" { >= "4.03" }
|
||||||
"alcotest" {with-test}
|
"alcotest" {with-test}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue