mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 04:05:43 -05:00
chore: add zarith lower bound in opam
This commit is contained in:
parent
d7119d50ff
commit
e2d3afb4df
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ depends: [
|
||||||
"containers" { >= "3.0" & < "4.0" }
|
"containers" { >= "3.0" & < "4.0" }
|
||||||
"iter" { >= "1.0" & < "2.0" }
|
"iter" { >= "1.0" & < "2.0" }
|
||||||
"ocaml" { >= "4.03" }
|
"ocaml" { >= "4.03" }
|
||||||
"zarith"
|
"zarith" { >= "1.8" } # for infix ops
|
||||||
"alcotest" {with-test}
|
"alcotest" {with-test}
|
||||||
"qcheck" {with-test & >= "0.16" }
|
"qcheck" {with-test & >= "0.16" }
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue