this repo has no description

More ppxlib constraints to AST bump affected PPXs

This commit adds some more ppxlib.0.26.0 upper bounds to
packages that break due to the AST bump to 4.14 in ppxlib.0.26.0.

Changed files
+7 -4
packages
gen_js_api
gen_js_api.1.0.8
gen_js_api.1.0.9
gen_js_api.1.1.0
metapp
metapp.0.4.0
metapp.0.4.1
metapp.0.4.2
metapp.0.4.3
+1
packages/gen_js_api/gen_js_api.1.0.8/opam
···
"dune" {>= "2.7"}
"ocaml" {>= "4.08"}
"ppxlib" {>= "0.22"}
"js_of_ocaml-compiler" {with-test}
"conf-npm" {with-test}
"ojs"
···
"dune" {>= "2.7"}
"ocaml" {>= "4.08"}
"ppxlib" {>= "0.22"}
+
"ppxlib" {with-test & < "0.26.0"}
"js_of_ocaml-compiler" {with-test}
"conf-npm" {with-test}
"ojs"
+1
packages/gen_js_api/gen_js_api.1.0.9/opam
···
"dune" {>= "2.7"}
"ocaml" {>= "4.08"}
"ppxlib" {>= "0.22"}
"js_of_ocaml-compiler" {with-test}
"conf-npm" {with-test}
"ojs"
···
"dune" {>= "2.7"}
"ocaml" {>= "4.08"}
"ppxlib" {>= "0.22"}
+
"ppxlib" {with-test & < "0.26.0"}
"js_of_ocaml-compiler" {with-test}
"conf-npm" {with-test}
"ojs"
+1
packages/gen_js_api/gen_js_api.1.1.0/opam
···
"dune" {>= "2.7"}
"ocaml" {>= "4.08"}
"ppxlib" {>= "0.22"}
"js_of_ocaml-compiler" {with-test}
"conf-npm" {with-test}
"ojs" {= "1.1.0"}
···
"dune" {>= "2.7"}
"ocaml" {>= "4.08"}
"ppxlib" {>= "0.22"}
+
"ppxlib" {with-test & < "0.26.0"}
"js_of_ocaml-compiler" {with-test}
"conf-npm" {with-test}
"ojs" {= "1.1.0"}
+1 -1
packages/metapp/metapp.0.4.0/opam
···
depends: [
"ocaml" {>= "4.08.0"}
"stdcompat" {>= "12"}
-
"ppxlib" {>= "0.18.0"}
"ocamlfind" {>= "1.8.1"}
"dune" {>= "1.11.0"}
"odoc" {with-doc & >= "1.5.1"}
···
depends: [
"ocaml" {>= "4.08.0"}
"stdcompat" {>= "12"}
+
"ppxlib" {>= "0.18.0" & < "0.26.0"}
"ocamlfind" {>= "1.8.1"}
"dune" {>= "1.11.0"}
"odoc" {with-doc & >= "1.5.1"}
+1 -1
packages/metapp/metapp.0.4.1/opam
···
depends: [
"ocaml" {>= "4.08.0"}
"stdcompat" {>= "12"}
-
"ppxlib" {>= "0.18.0"}
"ocamlfind" {>= "1.8.1"}
"dune" {>= "1.11.0"}
"odoc" {with-doc & >= "1.5.1"}
···
depends: [
"ocaml" {>= "4.08.0"}
"stdcompat" {>= "12"}
+
"ppxlib" {>= "0.18.0" & < "0.26.0"}
"ocamlfind" {>= "1.8.1"}
"dune" {>= "1.11.0"}
"odoc" {with-doc & >= "1.5.1"}
+1 -1
packages/metapp/metapp.0.4.2/opam
···
depends: [
"ocaml" {>= "4.08.0"}
"stdcompat" {>= "12"}
-
"ppxlib" {>= "0.18.0"}
"ocamlfind" {>= "1.8.1"}
"dune" {>= "1.11.0"}
"odoc" {with-doc & >= "1.5.1"}
···
depends: [
"ocaml" {>= "4.08.0"}
"stdcompat" {>= "12"}
+
"ppxlib" {>= "0.18.0" & < "0.26.0"}
"ocamlfind" {>= "1.8.1"}
"dune" {>= "1.11.0"}
"odoc" {with-doc & >= "1.5.1"}
+1 -1
packages/metapp/metapp.0.4.3/opam
···
depends: [
"ocaml" {>= "4.08.0"}
"stdcompat" {>= "12"}
-
"ppxlib" {>= "0.18.0"}
"ocamlfind" {>= "1.8.1"}
"dune" {>= "1.11.0"}
"odoc" {with-doc & >= "1.5.1"}
···
depends: [
"ocaml" {>= "4.08.0"}
"stdcompat" {>= "12"}
+
"ppxlib" {>= "0.18.0" & < "0.26.0"}
"ocamlfind" {>= "1.8.1"}
"dune" {>= "1.11.0"}
"odoc" {with-doc & >= "1.5.1"}