Skip to content

Commit

Permalink
Merge pull request #6 from math-comp/Rm-opam
Browse files Browse the repository at this point in the history
Delete opam
  • Loading branch information
CohenCyril authored Dec 8, 2021
2 parents c56f686 + a20f463 commit ff71b25
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 25 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
strategy:
matrix:
image:
- 'coqorg/coq:8.8'
- 'coqorg/coq:8.9'
- 'coqorg/coq:8.10'
- 'coqorg/coq:8.11'
- 'coqorg/coq:8.12'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ library.
- Author(s):
- Cyril Cohen
- License: [CeCILL-B](LICENSE)
- Compatible Coq versions: 8.8 or later
- Compatible Coq versions: 8.10 or later
- Additional dependencies:
- [MathComp ssreflect](https://math-comp.github.io) 1.6 or later
- Coq namespace: `mathcomp.bigenough`
Expand Down
2 changes: 1 addition & 1 deletion coq-mathcomp-bigenough.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ library."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {(>= "8.8" & < "8.15~") | (= "dev")}
"coq" {(>= "8.10" & < "8.15~") | (= "dev")}
"coq-mathcomp-ssreflect" {>= "1.6"}
]

Expand Down
6 changes: 2 additions & 4 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ license:
identifier: CeCILL-B

supported_coq_versions:
text: '8.8 or later'
opam: '{(>= "8.8" & < "8.15~") | (= "dev")}'
text: '8.10 or later'
opam: '{(>= "8.10" & < "8.15~") | (= "dev")}'

dependencies:
- opam:
Expand All @@ -45,8 +45,6 @@ dependencies:
[MathComp ssreflect](https://math-comp.github.io) 1.6 or later
tested_coq_opam_versions:
- version: '8.8'
- version: '8.9'
- version: '8.10'
- version: '8.11'
- version: '8.12'
Expand Down
17 changes: 0 additions & 17 deletions opam

This file was deleted.

0 comments on commit ff71b25

Please sign in to comment.