this repo has no description
0
fork

Configure Feed

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

Slipshow: lower bound on cmdliner

+2 -2
+2 -2
packages/slipshow/slipshow.0.1.1/opam
··· 13 13 "ocaml" {>= "4.14"} 14 14 "dune" {>= "3.6"} 15 15 "crunch" {with-dev-setup} 16 - "cmdliner" 16 + "cmdliner" {>= "1.3.0"} 17 17 "base64" 18 18 "bos" 19 19 "lwt" ··· 39 39 "-j" 40 40 jobs 41 41 "@install" 42 - "@runtest" {with-test} 42 + "@runtest" {with-test & os = "linux"} 43 43 "@doc" {with-doc} 44 44 ] 45 45 ]