Skip to content

Commit ab2d6c5

Browse files
authored
Merge pull request #33 from imdea-software/fix3
2 parents 10cc2d3 + eae4dc4 commit ab2d6c5

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/docker-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
image:
1818
- 'mathcomp/mathcomp:2.2.0-coq-8.19'
19-
- 'mathcomp/mathcomp:2.2.0-coq-8.20'
19+
- 'mathcomp/mathcomp:2.3.0-coq-8.20'
2020
- 'mathcomp/mathcomp:latest-coq-dev'
2121
fail-fast: false
2222
steps:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ that HTT implements Separation logic as a shallow embedding in Coq.
4141
- License: [Apache-2.0](LICENSE)
4242
- Compatible Coq versions: Coq 8.19 to 8.20
4343
- Additional dependencies:
44-
- [MathComp ssreflect 2.2](https://math-comp.github.io)
44+
- [MathComp ssreflect 2.2-2.3](https://math-comp.github.io)
4545
- [MathComp algebra](https://math-comp.github.io)
4646
- [MathComp fingroup](https://math-comp.github.io)
4747
- [FCSL-PCM 2.0](https://github.com/imdea-software/fcsl-pcm)
48-
- [Dune](https://dune.build) 2.5 or later
48+
- [Dune](https://dune.build) 3.6 or later
4949
- Coq namespace: `htt`
5050
- Related publication(s):
5151
- [Structuring the verification of heap-manipulating programs](https://software.imdea.org/~aleks/papers/reflect/reflect.pdf) doi:[10.1145/1706299.1706331](https://doi.org/10.1145/1706299.1706331)

coq-htt-core.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
opam-version: "2.0"
55
maintainer: "[email protected]"
6-
version: "dev"
6+
version: "2.0.1"
77

88
homepage: "https://github.com/imdea-software/htt"
99
dev-repo: "git+https://github.com/imdea-software/htt.git"
@@ -35,7 +35,7 @@ build: ["dune" "build" "-p" name "-j" jobs]
3535
depends: [
3636
"dune" {>= "3.6"}
3737
"coq" { (>= "8.19" & < "8.21~") | (= "dev") }
38-
"coq-mathcomp-ssreflect" { (>= "2.2.0" & < "2.3~") | (= "dev") }
38+
"coq-mathcomp-ssreflect" { (>= "2.2.0" & < "2.4~") | (= "dev") }
3939
"coq-mathcomp-algebra"
4040
"coq-mathcomp-fingroup"
4141
"coq-fcsl-pcm" { (>= "2.0.0" & < "2.1~") | (= "dev") }

coq-htt.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
maintainer: "[email protected]"
3-
version: "dev"
3+
version: "2.0.1"
44

55
homepage: "https://github.com/imdea-software/htt"
66
dev-repo: "git+https://github.com/imdea-software/htt.git"
@@ -32,7 +32,7 @@ build: ["dune" "build" "-p" name "-j" jobs]
3232
depends: [
3333
"dune" {>= "3.6"}
3434
"coq" { (>= "8.19" & < "8.21~") | (= "dev") }
35-
"coq-mathcomp-ssreflect" { (>= "2.2.0" & < "2.3~") | (= "dev") }
35+
"coq-mathcomp-ssreflect" { (>= "2.2.0" & < "2.4~") | (= "dev") }
3636
"coq-mathcomp-algebra"
3737
"coq-mathcomp-fingroup"
3838
"coq-fcsl-pcm" { (>= "2.0.0" & < "2.1~") | (= "dev") }

meta.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ maintainers:
7272

7373
opam-file-maintainer: [email protected]
7474

75-
opam-file-version: dev
75+
opam-file-version: 2.0.1
7676

7777
license:
7878
fullname: Apache-2.0
@@ -86,17 +86,17 @@ supported_coq_versions:
8686
tested_coq_opam_versions:
8787
- version: '2.2.0-coq-8.19'
8888
repo: 'mathcomp/mathcomp'
89-
- version: '2.2.0-coq-8.20'
89+
- version: '2.3.0-coq-8.20'
9090
repo: 'mathcomp/mathcomp'
9191
- version: 'latest-coq-dev'
9292
repo: 'mathcomp/mathcomp'
9393

9494
dependencies:
9595
- opam:
9696
name: coq-mathcomp-ssreflect
97-
version: '{ (>= "2.2.0" & < "2.3~") | (= "dev") }'
97+
version: '{ (>= "2.2.0" & < "2.4~") | (= "dev") }'
9898
description: |-
99-
[MathComp ssreflect 2.2](https://math-comp.github.io)
99+
[MathComp ssreflect 2.2-2.3](https://math-comp.github.io)
100100
- opam:
101101
name: coq-mathcomp-algebra
102102
description: |-

0 commit comments

Comments
 (0)