mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-18 16:46:42 -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
|
- ubuntu-latest
|
||||||
- windows-latest
|
- windows-latest
|
||||||
ocaml-compiler:
|
ocaml-compiler:
|
||||||
- 4.03.x
|
- 4.04.x
|
||||||
- 4.10.x
|
- 4.10.x
|
||||||
- 4.12.x
|
- 4.12.x
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
|
||||||
|
|
@ -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" }
|
||||||
"ocaml" { >= "4.03" }
|
"ocaml" { >= "4.04" }
|
||||||
"sidekick" { = version }
|
"sidekick" { = version }
|
||||||
"zarith" { >= "1.8" } # constraint for infix ops
|
"zarith" { >= "1.8" } # constraint for infix ops
|
||||||
"alcotest" {with-test}
|
"alcotest" {with-test}
|
||||||
|
|
|
||||||
|
|
@ -15,12 +15,12 @@ depends: [
|
||||||
"containers" { >= "3.0" & < "4.0" }
|
"containers" { >= "3.0" & < "4.0" }
|
||||||
"iter" { >= "1.0" & < "2.0" }
|
"iter" { >= "1.0" & < "2.0" }
|
||||||
"zarith"
|
"zarith"
|
||||||
"smtlib-utils" { >= "0.1" & < "0.3" }
|
"smtlib-utils" { >= "0.1" & < "0.4" }
|
||||||
"sidekick" { = version }
|
"sidekick" { = version }
|
||||||
"sidekick-arith" { = version }
|
"sidekick-arith" { = version }
|
||||||
"menhir"
|
"menhir"
|
||||||
"mtime"
|
"mtime"
|
||||||
"ocaml" { >= "4.03" }
|
"ocaml" { >= "4.04" }
|
||||||
]
|
]
|
||||||
tags: [ "sat" "smt" ]
|
tags: [ "sat" "smt" ]
|
||||||
homepage: "https://github.com/c-cube/sidekick"
|
homepage: "https://github.com/c-cube/sidekick"
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ depends: [
|
||||||
"containers" { >= "3.0" & < "4.0" }
|
"containers" { >= "3.0" & < "4.0" }
|
||||||
"iter" { >= "1.0" & < "2.0" }
|
"iter" { >= "1.0" & < "2.0" }
|
||||||
"msat" { >= "0.9" < "0.10" }
|
"msat" { >= "0.9" < "0.10" }
|
||||||
"ocaml" { >= "4.03" }
|
"ocaml" { >= "4.04" }
|
||||||
"alcotest" {with-test}
|
"alcotest" {with-test}
|
||||||
]
|
]
|
||||||
depopts: [
|
depopts: [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue