this repo has no description

ppx_pbt, ppx_deriving_qcheck: deprecate (#20094)

* ppx_pbt, ppx_deriving_qcheck: deprecate

This supersedes https://github.com/ocaml/opam-repository/pull/19962

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>

* fix incorrect stanza name

Changed files
+11 -3
packages
ppx_deriving_qcheck
ppx_deriving_qcheck.0.1.0
ppx_pbt
ppx_pbt.0.1.0
ppx_pbt.0.2.1
+4 -1
packages/ppx_deriving_qcheck/ppx_deriving_qcheck.0.1.0/opam
···
depends: [
"dune" {>= "2.8.0"}
-
"ocaml" {>= "4.10.2"}
+
"ocaml" {>= "4.10.2" & < "4.14"}
"qcheck" {>= "0.17"}
"ppxlib" {>= "0.22.0"}
"alcotest" {with-test & >= "1.4.0"}
]
build: ["dune" "build" "-p" name "-j" jobs]
+
+
flags: deprecated
+
post-messages: "This package is deprecated and to be considered experimental and unsupported."
dev-repo: "git+https://github.com/vch9/ppx_deriving_qcheck.git"
url {
+3 -1
packages/ppx_pbt/ppx_pbt.0.1.0/opam
···
depends: [
"dune" {>= "2.8.0"}
-
"ocaml" {>= "4.10.0"}
+
"ocaml" {>= "4.10.0" & < "4.14"}
"menhir" {>= "20180523"}
"qcheck" {>= "0.17"}
"metaquot" {>= "0.4"}
···
build: ["dune" "build" "-p" name "-j" jobs]
+
flags: deprecated
+
post-messages: "This package is deprecated and to be considered experimental and unsupported."
dev-repo: "git+https://gitlab.com/vch9/ppx_pbt.git"
url {
+4 -1
packages/ppx_pbt/ppx_pbt.0.2.1/opam
···
depends: [
"dune" {>= "2.8.0"}
"menhir" {>= "20210419"}
-
"ocaml" {>= "4.10.2"}
+
"ocaml" {>= "4.10.2" & < "4.14"}
"qcheck" {>= "0.17"}
"data-encoding" {>= "0.4"}
"zarith" {>= "1.12"}
···
"ppx_deriving_qcheck" {>= "0.1"}
"ppx_deriving" {>= "5.0"}
]
+
+
flags: deprecated
+
post-messages: "This package is deprecated and to be considered experimental and unsupported."
build: ["dune" "build" "-p" name "-j" jobs]