File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 33
44opam-version: "2.0"
556- version: "dev "
6+ version: "2.0.1 "
77
88homepage: "https://github.com/imdea-software/htt"
99dev-repo: "git+https://github.com/imdea-software/htt.git"
@@ -35,7 +35,7 @@ build: ["dune" "build" "-p" name "-j" jobs]
3535depends: [
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") }
Original file line number Diff line number Diff line change 11opam-version: "2.0"
223- version: "dev "
3+ version: "2.0.1 "
44
55homepage: "https://github.com/imdea-software/htt"
66dev-repo: "git+https://github.com/imdea-software/htt.git"
@@ -32,7 +32,7 @@ build: ["dune" "build" "-p" name "-j" jobs]
3232depends: [
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") }
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ maintainers:
7272
7373opam-file-maintainer :
[email protected] 7474
75- opam-file-version : dev
75+ opam-file-version : 2.0.1
7676
7777license :
7878 fullname : Apache-2.0
@@ -86,17 +86,17 @@ supported_coq_versions:
8686tested_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
9494dependencies :
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 : |-
You can’t perform that action at this time.
0 commit comments