We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625f3a8 commit b801e9dCopy full SHA for b801e9d
coq-mathcomp-multinomials.opam
@@ -8,7 +8,8 @@ authors: ["Pierre-Yves Strub"]
8
build: [make "-j%{jobs}%"]
9
install: [make "install"]
10
depends: [
11
- "coq" {(>= "8.18" & < "8.21~") | = "dev"}
+ ("coq" {>= "8.18" & < "8.21~"}
12
+ | "rocq-core" {>= "9.0" | = "dev"})
13
"coq-mathcomp-ssreflect" {(>= "2.0" & < "2.4~") | = "dev"}
14
"coq-mathcomp-algebra"
15
"coq-mathcomp-bigenough" {(>= "1.0" & < "1.1~") | = "dev"}
0 commit comments