Skip to content

Commit

Permalink
Merge pull request #122 from proux01/opam
Browse files Browse the repository at this point in the history
Update opam file following removal of Stdlib dep
  • Loading branch information
proux01 authored Feb 25, 2025
2 parents e395fc1 + 4f1a994 commit 02bf0e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions coq-mathcomp-finmap.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ which will be used to subsume notations for finite sets, eventually."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" { (>= "8.18" & < "8.21~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "2.0" & < "2.4~") | (= "dev") }
("coq" {>= "8.18" & < "8.21~"}
| "rocq-core" {>= "9.0" | = "dev"})
"coq-mathcomp-ssreflect" { (>= "2.0" & < "2.4~") | = "dev" }
]

tags: [
Expand Down

0 comments on commit 02bf0e8

Please sign in to comment.