Skip to content

Commit b801e9d

Browse files
committed
Update opam file following removal of Stdlib dep
1 parent 625f3a8 commit b801e9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coq-mathcomp-multinomials.opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ authors: ["Pierre-Yves Strub"]
88
build: [make "-j%{jobs}%"]
99
install: [make "install"]
1010
depends: [
11-
"coq" {(>= "8.18" & < "8.21~") | = "dev"}
11+
("coq" {>= "8.18" & < "8.21~"}
12+
| "rocq-core" {>= "9.0" | = "dev"})
1213
"coq-mathcomp-ssreflect" {(>= "2.0" & < "2.4~") | = "dev"}
1314
"coq-mathcomp-algebra"
1415
"coq-mathcomp-bigenough" {(>= "1.0" & < "1.1~") | = "dev"}

0 commit comments

Comments
 (0)