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"
88homepage: "https://github.com/diskuv/dkml-install-api"
99bug-reports: "https://github.com/diskuv/dkml-install-api/issues"
1010depends: [
11- "ocaml" {>= "4.09"}
11+ "ocaml" {>= "4.09" & < "5.1" }
1212 "alcotest" {>= "1.4.0" & with-test}
1313 "odoc" {>= "1.5.3" & with-doc}
1414 "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"
1313# https://github.com/diskuv/dkml-install-api/blob/5cfd7b57c79d990c76a9bdc8f8f0fa9f6fd5346f/runner/src/ocaml_abi.ml
1414available: os = "win32" | os = "linux" | os = "macos"
1515depends: [
16- "ocaml" {>= "4.09"}
16+ "ocaml" {>= "4.09" & < "5.1" }
1717 "alcotest" {>= "1.4.0" & with-test}
1818 "odoc" {>= "1.5.3" & with-doc}
1919 "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"
1313# https://github.com/diskuv/dkml-install-api/blob/5cfd7b57c79d990c76a9bdc8f8f0fa9f6fd5346f/runner/src/ocaml_abi.ml
1414available: os = "win32" | os = "linux" | os = "macos"
1515depends: [
16- "ocaml" {>= "4.09"}
16+ "ocaml" {>= "4.09" & < "5.1" }
1717 "alcotest" {>= "1.4.0" & with-test}
1818 "odoc" {>= "1.5.3" & with-doc}
1919 "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"
1313# https://github.com/diskuv/dkml-install-api/blob/5cfd7b57c79d990c76a9bdc8f8f0fa9f6fd5346f/runner/src/ocaml_abi.ml
1414available: os = "win32" | os = "linux" | os = "macos"
1515depends: [
16- "ocaml" {>= "4.10"}
16+ "ocaml" {>= "4.10" & < "5.1" }
1717 "alcotest" {>= "1.4.0" & with-test}
1818 "odoc" {>= "1.5.3" & with-doc}
1919 "dkml-install" {= version}
You can’t perform that action at this time.
0 commit comments