Skip to content

Commit 6c74cfa

Browse files
committed
Slipshow: lower bound on cmdliner
1 parent db23280 commit 6c74cfa

File tree

1 file changed

+2
-2
lines changed
  • packages/slipshow/slipshow.0.1.1

1 file changed

+2
-2
lines changed

packages/slipshow/slipshow.0.1.1/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ depends: [
1313
"ocaml" {>= "4.14"}
1414
"dune" {>= "3.6"}
1515
"crunch" {with-dev-setup}
16-
"cmdliner"
16+
"cmdliner" {>= "1.3.0"}
1717
"base64"
1818
"bos"
1919
"lwt"
@@ -39,7 +39,7 @@ build: [
3939
"-j"
4040
jobs
4141
"@install"
42-
"@runtest" {with-test}
42+
"@runtest" {with-test & os = "linux"}
4343
"@doc" {with-doc}
4444
]
4545
]

0 commit comments

Comments
 (0)