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 a8ed476 commit d8ecf80Copy full SHA for d8ecf80
packages/coq-catt-plugin/coq-catt-plugin.1.0/opam
@@ -11,7 +11,7 @@ bug-reports: "https://github.com/thibautbenjamin/catt/issues"
11
depends: [
12
"dune" {>= "3.16"}
13
"catt"
14
- "coq" {>= "8.20"}
+ "coq" {>= "8.20" & < "9.0"}
15
"odoc" {with-doc}
16
]
17
build: [
packages/why3-coq/why3-coq.1.8.0/opam
@@ -39,7 +39,7 @@ install: [make "install-coq"]
39
40
41
"conf-autoconf" {build & dev}
42
- "coq" {>= "8.16"}
+ "coq" {>= "8.16" & < "9.0"}
43
"ocaml" {>= "4.08.0"}
44
"ocamlfind" {build}
45
"why3" {= version}
0 commit comments