mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-10 13:14:09 -05:00
fix opam version
This commit is contained in:
parent
2810312e2f
commit
d26732271a
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ depends: [
|
|||
"containers" { >= "3.0" & < "4.0" }
|
||||
"iter" { >= "1.0" & < "2.0" }
|
||||
"ocaml" { >= "4.03" }
|
||||
"zarith" { >= "1.8" } # for infix ops
|
||||
"sidekick" { = version }
|
||||
"zarith" { >= "1.8" } # constraint for infix ops
|
||||
"alcotest" {with-test}
|
||||
"qcheck" {with-test & >= "0.16" }
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue