We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b06571 commit 90aeae8Copy full SHA for 90aeae8
packages/ssl/ssl.0.7.0/opam
@@ -9,7 +9,6 @@ bug-reports: "https://github.com/savonet/ocaml-ssl/issues"
9
depends: [
10
"dune" {>= "2.7"}
11
"ocaml" {>= "4.03.0"}
12
- "ocaml" {with_test & >= "4.08.0"}
13
"dune-configurator"
14
"conf-libssl"
15
"alcotest" {with-test}
@@ -26,7 +25,7 @@ build: [
26
25
"-j"
27
jobs
28
"@install"
29
- "@runtest" {with-test}
+ "@runtest" {with-test & ocaml:version >= "4.08.0"}}
30
"@doc" {with-doc}
31
]
32
0 commit comments