this repo has no description

Fix ppxlib version constraints for refl package

Vincent Siles reported that the upperbound on ppxlib version for refl
was superfluous: refl is reported to work with the last version of
ppxlib.0.28.0. Moreover the constraint metapp >= 0.4.0 implies
ppxlib >= 0.22.0, so we better have to propagate this constraint.

Changed files
+1 -1
packages
refl
refl.0.4.0
+1 -1
packages/refl/refl.0.4.0/opam
···
"dune" {>= "1.11.0"}
"stdcompat" {>= "14"}
"fix" {>= "20200131"}
-
"ppxlib" {>= "0.18.0" & < "0.26.0"}
+
"ppxlib" {>= "0.22.0"}
"metapp" {>= "0.4.0"}
"metaquot" {>= "0.4.0"}
"traverse" {>= "0.3.0"}