this repo has no description

Merge pull request #27632 from mattam82/fix-rocq-9.0-revdeps

Fix rocq 9.0 revdeps

Changed files
+2 -2
packages
coq-catt-plugin
coq-catt-plugin.1.0
why3-coq
why3-coq.1.8.0
+1 -1
packages/coq-catt-plugin/coq-catt-plugin.1.0/opam
···
depends: [
"dune" {>= "3.16"}
"catt"
-
"coq" {>= "8.20"}
+
"coq" {>= "8.20" & < "9.0"}
"odoc" {with-doc}
]
build: [
+1 -1
packages/why3-coq/why3-coq.1.8.0/opam
···
depends: [
"conf-autoconf" {build & dev}
-
"coq" {>= "8.16"}
+
"coq" {>= "8.16" & < "9.0"}
"ocaml" {>= "4.08.0"}
"ocamlfind" {build}
"why3" {= version}