mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-09 20:55:39 -05:00
chore: small opam changes
This commit is contained in:
parent
c5bce67fcf
commit
5c1fb51277
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ build: [
|
|||
# ["dune" "runtest" "-p" name] {with-test}
|
||||
]
|
||||
depends: [
|
||||
"dune" {build}
|
||||
"dune" { >= "1.1" }
|
||||
"containers" { >= "3.0" & < "4.0" }
|
||||
"iter"
|
||||
"zarith"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ build: [
|
|||
["dune" "runtest" "-p" name "-j" jobs] {with-test}
|
||||
]
|
||||
depends: [
|
||||
"dune" {build}
|
||||
"dune" { >= "1.1" }
|
||||
"containers" { >= "3.0" & < "4.0" }
|
||||
"iter" { >= "1.0" & < "2.0" }
|
||||
"msat" { >= "0.8.3" < "0.9" }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue