this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ppx_parser needs lower bound on alcotest

uses Alcotest.check\'

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

+1 -1
+1 -1
packages/ppx_parser/ppx_parser.0.1.1/opam
··· 20 20 "ocaml" {>= "4.13.0"} 21 21 "dune" {>= "2.9"} 22 22 "ppxlib" {>= "0.27.0"} 23 - "alcotest" {with-test} 23 + "alcotest" {with-test & >= "1.2.0"} 24 24 "ppx_deriving" {with-test} 25 25 "camlp-streams" {with-test} 26 26 "odoc" {with-doc}