this repo has no description

[html_of_jsx] Set lower ppxlib minimum 0.25

Changed files
+1 -1
packages
html_of_jsx
html_of_jsx.0.0.4
+1 -1
packages/html_of_jsx/html_of_jsx.0.0.4/opam
···
depends: [
"dune" {>= "3.12"}
"ocaml" {>= "4.14"}
-
"ppxlib" {> "0.23.0"}
+
"ppxlib" {>= "0.25.0"}
"alcotest" {with-test}
"benchmark" {with-test}
"reason" {>= "3.10.0" & with-test}