this repo has no description

remove upper bound on pa_ppx_quotation2extension

Changed files
+1 -1
packages
pa_ppx_quotation2extension
pa_ppx_quotation2extension.0.01
+1 -1
packages/pa_ppx_quotation2extension/pa_ppx_quotation2extension.0.01/opam
···
doc: "https://github.com/camlp5/pa_ppx_quotation2extension/doc"
depends: [
-
"ocaml" { >= "4.10.0" & < "5.01.0" }
"camlp5-buildscripts" { >= "0.02" & < "0.03" }
"camlp5" { >= "8.01.00" }
"pa_ppx" { >= "0.12" }
···
doc: "https://github.com/camlp5/pa_ppx_quotation2extension/doc"
depends: [
+
"ocaml" { >= "4.10.0" }
"camlp5-buildscripts" { >= "0.02" & < "0.03" }
"camlp5" { >= "8.01.00" }
"pa_ppx" { >= "0.12" }