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.
2 parents c5b19b6 + 2d88194 commit c45cebeCopy full SHA for c45cebe
coq-mathcomp-multinomials.opam
@@ -8,12 +8,12 @@ license: "CeCILL-B"
8
authors: ["Pierre-Yves Strub"]
9
build: [ "dune" "build" "-p" name "-j" jobs ]
10
depends: [
11
- "coq" {>= "8.10" & < "8.14~"}
+ "coq" {(>= "8.10" & < "8.14~") | = "dev"}
12
"dune" {>= "2.5"}
13
- "coq-mathcomp-ssreflect" {>= "1.12" & < "1.13~"}
+ "coq-mathcomp-ssreflect" {(>= "1.12" & < "1.13~") | = "dev"}
14
"coq-mathcomp-algebra"
15
- "coq-mathcomp-bigenough" {>= "1.0" & < "1.1~"}
16
- "coq-mathcomp-finmap" {>= "1.5" & < "1.6~"}
+ "coq-mathcomp-bigenough" {(>= "1.0" & < "1.1~") | = "dev"}
+ "coq-mathcomp-finmap" {(>= "1.5" & < "1.6~") | = "dev"}
17
]
18
tags: [
19
"keyword:multinomials"
0 commit comments