File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
packages/dkml-install-runner
dkml-install-runner.0.1.0
dkml-install-runner.0.2.0
dkml-install-runner.0.3.0
dkml-install-runner.0.3.1 Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license: "Apache-2.0"
8
8
homepage: "https://github.com/diskuv/dkml-install-api"
9
9
bug-reports: "https://github.com/diskuv/dkml-install-api/issues"
10
10
depends: [
11
- "ocaml" {>= "4.09"}
11
+ "ocaml" {>= "4.09" & < "5.1" }
12
12
"alcotest" {>= "1.4.0" & with-test}
13
13
"odoc" {>= "1.5.3" & with-doc}
14
14
"dkml-install" {= version}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ bug-reports: "https://github.com/diskuv/dkml-install-api/issues"
13
13
# https://github.com/diskuv/dkml-install-api/blob/5cfd7b57c79d990c76a9bdc8f8f0fa9f6fd5346f/runner/src/ocaml_abi.ml
14
14
available: os = "win32" | os = "linux" | os = "macos"
15
15
depends: [
16
- "ocaml" {>= "4.09"}
16
+ "ocaml" {>= "4.09" & < "5.1" }
17
17
"alcotest" {>= "1.4.0" & with-test}
18
18
"odoc" {>= "1.5.3" & with-doc}
19
19
"dkml-install" {= version}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ bug-reports: "https://github.com/diskuv/dkml-install-api/issues"
13
13
# https://github.com/diskuv/dkml-install-api/blob/5cfd7b57c79d990c76a9bdc8f8f0fa9f6fd5346f/runner/src/ocaml_abi.ml
14
14
available: os = "win32" | os = "linux" | os = "macos"
15
15
depends: [
16
- "ocaml" {>= "4.09"}
16
+ "ocaml" {>= "4.09" & < "5.1" }
17
17
"alcotest" {>= "1.4.0" & with-test}
18
18
"odoc" {>= "1.5.3" & with-doc}
19
19
"dkml-install" {= version}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ bug-reports: "https://github.com/diskuv/dkml-install-api/issues"
13
13
# https://github.com/diskuv/dkml-install-api/blob/5cfd7b57c79d990c76a9bdc8f8f0fa9f6fd5346f/runner/src/ocaml_abi.ml
14
14
available: os = "win32" | os = "linux" | os = "macos"
15
15
depends: [
16
- "ocaml" {>= "4.10"}
16
+ "ocaml" {>= "4.10" & < "5.1" }
17
17
"alcotest" {>= "1.4.0" & with-test}
18
18
"odoc" {>= "1.5.3" & with-doc}
19
19
"dkml-install" {= version}
You can’t perform that action at this time.
0 commit comments