Skip to content

Commit 90aeae8

Browse files
authored
ssl 0.7: tests require ocaml 4.08
1 parent 2b06571 commit 90aeae8

File tree

1 file changed

+1
-2
lines changed
  • packages/ssl/ssl.0.7.0

1 file changed

+1
-2
lines changed

packages/ssl/ssl.0.7.0/opam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ bug-reports: "https://github.com/savonet/ocaml-ssl/issues"
99
depends: [
1010
"dune" {>= "2.7"}
1111
"ocaml" {>= "4.03.0"}
12-
"ocaml" {with_test & >= "4.08.0"}
1312
"dune-configurator"
1413
"conf-libssl"
1514
"alcotest" {with-test}
@@ -26,7 +25,7 @@ build: [
2625
"-j"
2726
jobs
2827
"@install"
29-
"@runtest" {with-test}
28+
"@runtest" {with-test & ocaml:version >= "4.08.0"}}
3029
"@doc" {with-doc}
3130
]
3231
]

0 commit comments

Comments
 (0)