Skip to content

Commit

Permalink
upd meta.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed Jan 3, 2025
1 parent e60b93c commit cb8cf79
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions coq-monae.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ build: [make "-j%{jobs}%" ]
install: [make "install_full"]
depends: [
"coq" { (>= "8.19" & < "8.21~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "2.3.0") | (= "dev") }
"coq-mathcomp-fingroup" { (>= "2.3.0") | (= "dev") }
"coq-mathcomp-algebra" { (>= "2.3.0") | (= "dev") }
"coq-mathcomp-solvable" { (>= "2.3.0") | (= "dev") }
"coq-mathcomp-field" { (>= "2.3.0") | (= "dev") }
"coq-mathcomp-analysis" { (>= "1.8.0")}
"coq-mathcomp-ssreflect" { (>= "2.3.0") }
"coq-mathcomp-fingroup" { (>= "2.3.0") }
"coq-mathcomp-algebra" { (>= "2.3.0") }
"coq-mathcomp-solvable" { (>= "2.3.0") }
"coq-mathcomp-field" { (>= "2.3.0") }
"coq-mathcomp-analysis" { (>= "1.8.0") }
"coq-infotheo" { >= "0.7.6"}
"coq-paramcoq" { >= "1.1.3" & < "1.2~" }
"coq-hierarchy-builder" { >= "1.7.0" }
Expand Down
12 changes: 6 additions & 6 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,32 +47,32 @@ tested_coq_opam_versions:
dependencies:
- opam:
name: coq-mathcomp-ssreflect
version: '{ (>= "2.3.0") | (= "dev") }'
version: '{ (>= "2.3.0") }'
description: |-
[MathComp ssreflect](https://math-comp.github.io)
- opam:
name: coq-mathcomp-fingroup
version: '{ (>= "2.3.0") | (= "dev") }'
version: '{ (>= "2.3.0") }'
description: |-
[MathComp fingroup](https://math-comp.github.io)
- opam:
name: coq-mathcomp-algebra
version: '{ (>= "2.3.0") | (= "dev") }'
version: '{ (>= "2.3.0") }'
description: |-
[MathComp algebra](https://math-comp.github.io)
- opam:
name: coq-mathcomp-solvable
version: '{ (>= "2.3.0") | (= "dev") }'
version: '{ (>= "2.3.0") }'
description: |-
[MathComp solvable](https://math-comp.github.io)
- opam:
name: coq-mathcomp-field
version: '{ (>= "2.3.0") | (= "dev") }'
version: '{ (>= "2.3.0") }'
description: |-
[MathComp field](https://math-comp.github.io)
- opam:
name: coq-mathcomp-analysis
version: '{ (>= "1.8.0")}'
version: '{ (>= "1.8.0") }'
description: |-
[MathComp analysis](https://github.com/math-comp/analysis)
- opam:
Expand Down

0 comments on commit cb8cf79

Please sign in to comment.