this repo has no description

Merge pull request #20433 from bbc2/remove-ppx-factory-ocaml-upper-bound

ppx_factory.0.2.0: Remove upper bound on OCaml version

Kate e3c78c56 92c9b078

Changed files
+1 -1
packages
ppx_factory
ppx_factory.0.2.0
+1 -1
packages/ppx_factory/ppx_factory.0.2.0/opam
···
]
depends: [
"dune" {>= "1.1"}
-
"ocaml" {>= "4.07.0" & < "4.12.0"}
+
"ocaml" {>= "4.07.0"}
"ounit" {with-test & >= "2.0.0"}
"ppxlib" {>= "0.14.0"}
"ppx_deriving" {with-test}