mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-18 00:26:43 -05:00
bump minimal ocaml to 4.04
This commit is contained in:
parent
664e084087
commit
9c606fbe81
4 changed files with 5 additions and 5 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
- ubuntu-latest
|
||||
- windows-latest
|
||||
ocaml-compiler:
|
||||
- 4.03.x
|
||||
- 4.04.x
|
||||
- 4.10.x
|
||||
- 4.12.x
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ depends: [
|
|||
"dune" { >= "1.1" }
|
||||
"containers" { >= "3.0" & < "4.0" }
|
||||
"iter" { >= "1.0" & < "2.0" }
|
||||
"ocaml" { >= "4.03" }
|
||||
"ocaml" { >= "4.04" }
|
||||
"sidekick" { = version }
|
||||
"zarith" { >= "1.8" } # constraint for infix ops
|
||||
"alcotest" {with-test}
|
||||
|
|
|
|||
|
|
@ -15,12 +15,12 @@ depends: [
|
|||
"containers" { >= "3.0" & < "4.0" }
|
||||
"iter" { >= "1.0" & < "2.0" }
|
||||
"zarith"
|
||||
"smtlib-utils" { >= "0.1" & < "0.3" }
|
||||
"smtlib-utils" { >= "0.1" & < "0.4" }
|
||||
"sidekick" { = version }
|
||||
"sidekick-arith" { = version }
|
||||
"menhir"
|
||||
"mtime"
|
||||
"ocaml" { >= "4.03" }
|
||||
"ocaml" { >= "4.04" }
|
||||
]
|
||||
tags: [ "sat" "smt" ]
|
||||
homepage: "https://github.com/c-cube/sidekick"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ depends: [
|
|||
"containers" { >= "3.0" & < "4.0" }
|
||||
"iter" { >= "1.0" & < "2.0" }
|
||||
"msat" { >= "0.9" < "0.10" }
|
||||
"ocaml" { >= "4.03" }
|
||||
"ocaml" { >= "4.04" }
|
||||
"alcotest" {with-test}
|
||||
]
|
||||
depopts: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue