mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 03:35:38 -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" }
|
||||
"iter" { >= "1.0" & < "2.0" }
|
||||
"ocaml" { >= "4.03" }
|
||||
"zarith"
|
||||
"zarith" { >= "1.8" } # for infix ops
|
||||
"alcotest" {with-test}
|
||||
"qcheck" {with-test & >= "0.16" }
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue