Skip to content

Commit

Permalink
Regenerate data from meta.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenCyril committed Nov 15, 2024
1 parent 3f196c2 commit d01e085
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
strategy:
matrix:
image:
- 'mathcomp/mathcomp:2.1.0-coq-8.16'
- 'mathcomp/mathcomp:2.1.0-coq-8.17'
- 'mathcomp/mathcomp:2.1.0-coq-8.18'
- 'mathcomp/mathcomp:2.2.0-coq-8.19'
- 'mathcomp/mathcomp-dev:coq-8.18'
- 'mathcomp/mathcomp-dev:coq-8.19'
- 'mathcomp/mathcomp-dev:coq-dev'
- 'mathcomp/mathcomp-dev:coq-8.19'
- 'mathcomp/mathcomp-dev:coq-8.18'
- 'mathcomp/mathcomp:2.2.0-coq-8.19'
- 'mathcomp/mathcomp:2.1.0-coq-8.18'
- 'mathcomp/mathcomp:2.1.0-coq-8.17'
- 'mathcomp/mathcomp:2.1.0-coq-8.16'
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Follow the instructions on https://github.com/coq-community/templates to regener

[![Docker CI][docker-action-shield]][docker-action-link]

[docker-action-shield]: https://github.com/math-comp/abel/workflows/Docker%20CI/badge.svg?branch=master
[docker-action-link]: https://github.com/math-comp/abel/actions?query=workflow:"Docker%20CI"
[docker-action-shield]: https://github.com/math-comp/abel/actions/workflows/docker-action.yml/badge.svg?branch=master
[docker-action-link]: https://github.com/math-comp/abel/actions/workflows/docker-action.yml



Expand All @@ -28,12 +28,12 @@ Mathematical Components library.
- License: [CeCILL-B](CeCILL-B)
- Compatible Coq versions: Coq 8.10 to 8.16
- Additional dependencies:
- [MathComp ssreflect 1.13 and later](https://math-comp.github.io)
- [MathComp fingroup 1.13 and later](https://math-comp.github.io)
- [MathComp algebra 1.13 and later](https://math-comp.github.io)
- [MathComp solvable 1.13 and later](https://math-comp.github.io)
- [MathComp field 1.13 and later](https://math-comp.github.io)
- [MathComp real closed >= 1.1.1](https://github.com/math-comp/real-closed)
- [MathComp ssreflect 2.0 and later](https://math-comp.github.io)
- [MathComp fingroup](https://math-comp.github.io)
- [MathComp algebra](https://math-comp.github.io)
- [MathComp solvable](https://math-comp.github.io)
- [MathComp field](https://math-comp.github.io)
- [MathComp real closed >= 2.0.0](https://github.com/math-comp/real-closed)
- Coq namespace: `Abel`
- Related publication(s):
- [Unsolvability of the Quintic Formalized in Dependent Type Theory
Expand Down
2 changes: 1 addition & 1 deletion coq-mathcomp-abel.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Mathematical Components library."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" { (>= "8.16" & < "8.20~") | = "dev" }
"coq" { (>= "8.10" & < "8.20~") | = "dev" }
"coq-mathcomp-ssreflect" { (>= "2.0.0" & < "2.3~") | = "dev" }
"coq-mathcomp-fingroup"
"coq-mathcomp-algebra"
Expand Down

0 comments on commit d01e085

Please sign in to comment.