mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
chore: update msat
This commit is contained in:
parent
3979380896
commit
b9b1b685d1
2 changed files with 1 additions and 2 deletions
|
|
@ -19,7 +19,6 @@ depends: [
|
||||||
"sidekick" { = version }
|
"sidekick" { = version }
|
||||||
"menhir"
|
"menhir"
|
||||||
"mtime"
|
"mtime"
|
||||||
"msat" { >= "0.8" < "0.9" }
|
|
||||||
"ocaml" { >= "4.03" }
|
"ocaml" { >= "4.03" }
|
||||||
]
|
]
|
||||||
tags: [ "sat" "smt" ]
|
tags: [ "sat" "smt" ]
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ depends: [
|
||||||
"dune" { >= "1.1" }
|
"dune" { >= "1.1" }
|
||||||
"containers" { >= "3.0" & < "4.0" }
|
"containers" { >= "3.0" & < "4.0" }
|
||||||
"iter" { >= "1.0" & < "2.0" }
|
"iter" { >= "1.0" & < "2.0" }
|
||||||
"msat" { >= "0.8.3" < "0.9" }
|
"msat" { >= "0.9" < "0.10" }
|
||||||
"ocaml" { >= "4.03" }
|
"ocaml" { >= "4.03" }
|
||||||
"alcotest" {with-test}
|
"alcotest" {with-test}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue