this repo has no description
0
fork

Configure Feed

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

Require a version of cmdliner that provides "Arg.conv'"

+2 -2
+1 -1
packages/testo-lwt/testo-lwt.0.1.0/opam
··· 13 13 "lwt" 14 14 "ocaml" {>= "4.08.0"} 15 15 "alcotest" {with-test} 16 - "cmdliner" 16 + "cmdliner" {>= "1.1.0"} 17 17 "fpath" 18 18 "re" {>= "1.7.2"} 19 19 "testo-util"
+1 -1
packages/testo/testo.0.1.0/opam
··· 12 12 "dune" {>= "3.7"} 13 13 "ocaml" {>= "4.08.0"} 14 14 "alcotest" {with-test} 15 - "cmdliner" 15 + "cmdliner" {>= "1.1.0"} 16 16 "fpath" 17 17 "re" {>= "1.7.2"} 18 18 "testo-util"