this repo has no description

Merge pull request #25128 from avsm/why3-upper

why3-coq: upper bound on coq

Changed files
+2 -2
packages
why3-coq
why3-coq.1.7.0
why3-coq.1.7.1
+1 -1
packages/why3-coq/why3-coq.1.7.0/opam
···
depends: [
"conf-autoconf" {build & dev}
-
"coq" {>= "8.11"}
+
"coq" {>= "8.11" & <"8.19"}
"ocaml" {>= "4.08.0"}
"ocamlfind" {build}
"why3" {= version}
+1 -1
packages/why3-coq/why3-coq.1.7.1/opam
···
depends: [
"conf-autoconf" {build & dev}
-
"coq" {>= "8.11"}
+
"coq" {>= "8.11" & <"8.19"}
"ocaml" {>= "4.08.0"}
"ocamlfind" {build}
"why3" {= version}