mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
chore: fix opam file
This commit is contained in:
parent
ae6d298790
commit
cc18830eae
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ build: [
|
||||||
]
|
]
|
||||||
depends: [
|
depends: [
|
||||||
"dune" {build}
|
"dune" {build}
|
||||||
"containers" { >= "2.8" }
|
"containers" { >= "3.0" & < "4.0" }
|
||||||
"iter"
|
"iter"
|
||||||
"zarith"
|
"zarith"
|
||||||
"smtlib-utils" { >= "0.1" & < "0.2" }
|
"smtlib-utils" { >= "0.1" & < "0.2" }
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue