Skip to content

Commit

Permalink
upd opam (#111)
Browse files Browse the repository at this point in the history
* upd opam
  • Loading branch information
affeldt-aist authored Jan 26, 2024
1 parent d6a61b4 commit d5f6129
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
image:
- 'mathcomp/mathcomp:1.17.0-coq-8.17'
- 'mathcomp/mathcomp:1.18.0-coq-8.17'
- 'mathcomp/mathcomp:1.19.0-coq-8.17'
- 'mathcomp/mathcomp:1.17.0-coq-8.18'
- 'mathcomp/mathcomp:1.18.0-coq-8.18'
- 'mathcomp/mathcomp:1.19.0-coq-8.18'
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down
12 changes: 6 additions & 6 deletions coq-infotheo.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ build: [
install: [make "install"]
depends: [
"coq" { (>= "8.17" & < "8.19~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "1.16.0" & < "1.19~") | (= "dev") }
"coq-mathcomp-fingroup" { (>= "1.16.0" & < "1.19~") | (= "dev") }
"coq-mathcomp-algebra" { (>= "1.16.0" & < "1.19~") | (= "dev") }
"coq-mathcomp-solvable" { (>= "1.16.0" & < "1.19~") | (= "dev") }
"coq-mathcomp-field" { (>= "1.16.0" & < "1.19~") | (= "dev") }
"coq-mathcomp-analysis" { (>= "0.6.6") & (< "0.7~")}
"coq-mathcomp-ssreflect" { (>= "1.16.0" & < "1.20.0") | (= "dev") }
"coq-mathcomp-fingroup" { (>= "1.16.0" & < "1.20.0") | (= "dev") }
"coq-mathcomp-algebra" { (>= "1.16.0" & < "1.20.0") | (= "dev") }
"coq-mathcomp-solvable" { (>= "1.16.0" & < "1.20.0") | (= "dev") }
"coq-mathcomp-field" { (>= "1.16.0" & < "1.20.0") | (= "dev") }
"coq-mathcomp-analysis" { (>= "0.6.6") & (< "0.8~")}
"coq-hierarchy-builder" { = "1.5.0" }
"coq-mathcomp-algebra-tactics" { = "1.1.1" }
]
Expand Down
16 changes: 10 additions & 6 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,40 +49,44 @@ tested_coq_opam_versions:
repo: 'mathcomp/mathcomp'
- version: '1.18.0-coq-8.17'
repo: 'mathcomp/mathcomp'
- version: '1.19.0-coq-8.17'
repo: 'mathcomp/mathcomp'
- version: '1.17.0-coq-8.18'
repo: 'mathcomp/mathcomp'
- version: '1.18.0-coq-8.18'
repo: 'mathcomp/mathcomp'
- version: '1.19.0-coq-8.18'
repo: 'mathcomp/mathcomp'

dependencies:
- opam:
name: coq-mathcomp-ssreflect
version: '{ (>= "1.16.0" & < "1.19~") | (= "dev") }'
version: '{ (>= "1.16.0" & < "1.20.0") | (= "dev") }'
description: |-
[MathComp ssreflect](https://math-comp.github.io)
- opam:
name: coq-mathcomp-fingroup
version: '{ (>= "1.16.0" & < "1.19~") | (= "dev") }'
version: '{ (>= "1.16.0" & < "1.20.0") | (= "dev") }'
description: |-
[MathComp fingroup](https://math-comp.github.io)
- opam:
name: coq-mathcomp-algebra
version: '{ (>= "1.16.0" & < "1.19~") | (= "dev") }'
version: '{ (>= "1.16.0" & < "1.20.0") | (= "dev") }'
description: |-
[MathComp algebra](https://math-comp.github.io)
- opam:
name: coq-mathcomp-solvable
version: '{ (>= "1.16.0" & < "1.19~") | (= "dev") }'
version: '{ (>= "1.16.0" & < "1.20.0") | (= "dev") }'
description: |-
[MathComp solvable](https://math-comp.github.io)
- opam:
name: coq-mathcomp-field
version: '{ (>= "1.16.0" & < "1.19~") | (= "dev") }'
version: '{ (>= "1.16.0" & < "1.20.0") | (= "dev") }'
description: |-
[MathComp field](https://math-comp.github.io)
- opam:
name: coq-mathcomp-analysis
version: '{ (>= "0.6.6") & (< "0.7~")}'
version: '{ (>= "0.6.6") & (< "0.8~")}'
description: |-
[MathComp analysis](https://github.com/math-comp/analysis)
- opam:
Expand Down

0 comments on commit d5f6129

Please sign in to comment.