this repo has no description

Slipshow: lower bound on cmdliner

Changed files
+2 -2
packages
slipshow
slipshow.0.1.1
+2 -2
packages/slipshow/slipshow.0.1.1/opam
···
"ocaml" {>= "4.14"}
"dune" {>= "3.6"}
"crunch" {with-dev-setup}
-
"cmdliner"
+
"cmdliner" {>= "1.3.0"}
"base64"
"bos"
"lwt"
···
"-j"
jobs
"@install"
-
"@runtest" {with-test}
+
"@runtest" {with-test & os = "linux"}
"@doc" {with-doc}
]
]