Skip to content

Commit

Permalink
update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksnanevski committed Sep 6, 2024
1 parent eec0aef commit 46e76ed
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
strategy:
matrix:
image:
- 'mathcomp/mathcomp:1.15.0-coq-8.15'
- 'mathcomp/mathcomp:1.17.0-coq-8.18'
- 'mathcomp/mathcomp-dev:coq-dev'
- 'mathcomp/mathcomp:2.2.0-coq-8.16'
- 'mathcomp/mathcomp:2.2.0-coq-8.19'
- 'mathcomp/mathcomp-dev:latest-coq-dev'
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ This library relies on propositional and functional extentionality axioms.
- Anton Trunov
- Alexander Gryzlov
- License: [Apache-2.0](LICENSE)
- Compatible Coq versions: Coq 8.15 to 8.17
- Compatible Coq versions: Coq 8.16 to 8.19
- Additional dependencies:
- [MathComp ssreflect 1.15 to 1.17](https://math-comp.github.io)
- [MathComp ssreflect 2.2](https://math-comp.github.io)
- [MathComp algebra](https://math-comp.github.io)
- Coq namespace: `pcm`
- Related publication(s): none
Expand Down
4 changes: 2 additions & 2 deletions coq-fcsl-pcm.opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ This library relies on propositional and functional extentionality axioms."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" { (>= "8.15" & < "8.19~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "1.15.0" & < "1.18~") | (= "dev") }
"coq" { (>= "8.16" & < "8.20~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "2.2.0" & < "2.3~") | (= "dev") }
"coq-mathcomp-algebra"
]

Expand Down
14 changes: 7 additions & 7 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,23 @@ license:
file: LICENSE

supported_coq_versions:
text: Coq 8.15 to 8.17
opam: '{ (>= "8.15" & < "8.19~") | (= "dev") }'
text: Coq 8.16 to 8.19
opam: '{ (>= "8.16" & < "8.20~") | (= "dev") }'

tested_coq_opam_versions:
- version: '1.15.0-coq-8.15'
- version: '2.2.0-coq-8.16'
repo: 'mathcomp/mathcomp'
- version: '1.17.0-coq-8.18'
- version: '2.2.0-coq-8.19'
repo: 'mathcomp/mathcomp'
- version: 'coq-dev'
- version: 'latest-coq-dev'
repo: 'mathcomp/mathcomp-dev'

dependencies:
- opam:
name: coq-mathcomp-ssreflect
version: '{ (>= "1.15.0" & < "1.18~") | (= "dev") }'
version: '{ (>= "2.2.0" & < "2.3~") | (= "dev") }'
description: |-
[MathComp ssreflect 1.15 to 1.17](https://math-comp.github.io)
[MathComp ssreflect 2.2](https://math-comp.github.io)
- opam:
name: coq-mathcomp-algebra
description: |-
Expand Down

0 comments on commit 46e76ed

Please sign in to comment.