this repo has no description

Make the new bounds more exact and more explicit

Changed files
+1 -1
packages
ppxlib
ppxlib.0.30.0
+1 -1
packages/ppxlib/ppxlib.0.30.0/opam
···
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.04.1" & < "5.2.0" & != "5.1.0~alpha1"}
-
"ocaml" {with-test & ( < "5.1.0" | >= "5.2.0" ) }
+
"ocaml" {with-test & < "5.1.0~alpha2"}
"ocaml-compiler-libs" {>= "v0.11.0"}
"ppx_derivers" {>= "1.0"}
"sexplib0" {>= "v0.12"}