this repo has no description

ppx_parser needs lower bound on alcotest

uses Alcotest.check\'

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>

Changed files
+1 -1
packages
ppx_parser
ppx_parser.0.1.1
+1 -1
packages/ppx_parser/ppx_parser.0.1.1/opam
···
"ocaml" {>= "4.13.0"}
"dune" {>= "2.9"}
"ppxlib" {>= "0.27.0"}
-
"alcotest" {with-test}
+
"alcotest" {with-test & >= "1.2.0"}
"ppx_deriving" {with-test}
"camlp-streams" {with-test}
"odoc" {with-doc}