We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24518b5 commit 65526dcCopy full SHA for 65526dc
coq-mathcomp-multinomials.opam
@@ -19,7 +19,8 @@ coefficients range over commutative rings and integral domains."""
19
build: [make "-j%{jobs}%"]
20
install: [make "install"]
21
depends: [
22
- "coq" {>= "8.20"}
+ ("coq" {>= "8.20" & < "8.21~"}
23
+ | "rocq-core" {>= "9.0"})
24
"coq-mathcomp-ssreflect" {>= "2.4"}
25
"coq-mathcomp-algebra"
26
"coq-mathcomp-bigenough"
0 commit comments