Skip to content

Commit

Permalink
coq 8.17 mathcomp 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
thery committed Jun 14, 2023
1 parent b72bfbf commit 5a7029d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
image:
- 'mathcomp/mathcomp:1.16.0-coq-8.16'
- 'mathcomp/mathcomp:1.16.0-coq-8.17'
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 @@ -20,9 +20,9 @@ Following The Group Law for Edwards Curves Thomas C. Hales
- Author(s):
- Laurent Théry
- License: [MIT License](LICENSE)
- Compatible Coq versions: 8.16 or later
- Compatible Coq versions: 8.17 or later
- Additional dependencies:
- [MathComp ssreflect 1.16 or later](https://math-comp.github.io)
- [MathComp ssreflect 1.17 or later](https://math-comp.github.io)
- Coq namespace: `edwards`
- Related publication(s): none

Expand Down
4 changes: 2 additions & 2 deletions coq-edwards.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Following The Group Law for Edwards Curves Thomas C. Hales"""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {(>= "8.16")}
"coq-mathcomp-ssreflect" {(>= "1.16.0")}
"coq" {(>= "8.17")}
"coq-mathcomp-ssreflect" {(>= "1.17.0")}
]

tags: [
Expand Down
10 changes: 5 additions & 5 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@ license:
identifier: MIT

supported_coq_versions:
text: '8.16 or later'
opam: '{(>= "8.16")}'
text: '8.17 or later'
opam: '{(>= "8.17")}'

dependencies:
- opam:
name: coq-mathcomp-ssreflect
version: '{(>= "1.16.0")}'
version: '{(>= "1.17.0")}'
description: |-
[MathComp ssreflect 1.16 or later](https://math-comp.github.io)
[MathComp ssreflect 1.17 or later](https://math-comp.github.io)
tested_coq_opam_versions:
- version: '1.16.0-coq-8.16'
- version: '1.16.0-coq-8.17'
repo: 'mathcomp/mathcomp'

namespace: edwards
Expand Down

0 comments on commit 5a7029d

Please sign in to comment.