chore: add zarith lower bound in opam

This commit is contained in:
Simon Cruanes 2021-02-16 19:06:01 -05:00
parent d7119d50ff
commit e2d3afb4df

View file

@ -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" }
]