Merge pull request #20433 from bbc2/remove-ppx-factory-ocaml-upper-bound
ppx_factory.0.2.0: Remove upper bound on OCaml version
Kate 3 years ago e3c78c56 92c9b078
··· 17 17 ] 18 18 depends: [ 19 19 "dune" {>= "1.1"} 20 20 - "ocaml" {>= "4.07.0" & < "4.12.0"} 20 20 + "ocaml" {>= "4.07.0"} 21 21 "ounit" {with-test & >= "2.0.0"} 22 22 "ppxlib" {>= "0.14.0"} 23 23 "ppx_deriving" {with-test}