forked from diskuv/diskuv-opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add versions of dune 3 that were marked incompatible with windows
see ocaml/opam-repository#25484 (comment) Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
- Loading branch information
Showing
30 changed files
with
1,701 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
opam-version: "2.0" | ||
synopsis: "Fast, portable, and opinionated build system" | ||
description: """ | ||
|
||
dune is a build system that was designed to simplify the release of | ||
Jane Street packages. It reads metadata from "dune" files following a | ||
very simple s-expression syntax. | ||
|
||
dune is fast, has very low-overhead, and supports parallel builds on | ||
all platforms. It has no system dependencies; all you need to build | ||
dune or packages using dune is OCaml. You don't need make or bash | ||
as long as the packages themselves don't use bash explicitly. | ||
|
||
dune supports multi-package development by simply dropping multiple | ||
repositories into the same directory. | ||
|
||
It also supports multi-context builds, such as building against | ||
several opam roots/switches simultaneously. This helps maintaining | ||
packages across several versions of OCaml and gives cross-compilation | ||
for free. | ||
""" | ||
maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] | ||
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] | ||
license: "MIT" | ||
homepage: "https://github.com/ocaml/dune" | ||
doc: "https://dune.readthedocs.io/" | ||
bug-reports: "https://github.com/ocaml/dune/issues" | ||
conflicts: [ | ||
"merlin" {< "3.4.0"} | ||
"ocaml-lsp-server" {< "1.3.0"} | ||
"dune-configurator" {< "2.3.0"} | ||
"odoc" {< "2.0.1"} | ||
"dune-release" {< "1.3.0"} | ||
"js_of_ocaml-compiler" {< "3.6.0"} | ||
"jbuilder" {= "transition"} | ||
] | ||
dev-repo: "git+https://github.com/ocaml/dune.git" | ||
build: [ | ||
["ocaml" "bootstrap.ml" "-j" jobs] | ||
["./dune.exe" "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" jobs] | ||
] | ||
depends: [ | ||
# Please keep the lower bound in sync with .github/workflows/workflow.yml, | ||
# dune-project and min_ocaml_version in bootstrap.ml | ||
("ocaml" {>= "4.08" & < "5.0"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary")) | ||
"base-unix" | ||
"base-threads" | ||
] | ||
url { | ||
src: | ||
"https://github.com/ocaml/dune/releases/download/3.0.2/fiber-3.0.2.tbz" | ||
checksum: [ | ||
"sha256=a35d3ca8879630e5f4554ff059d7396e0fd40c24f6082730fd7c779c58836deb" | ||
"sha512=6c77afa682dd57d47386832b0be1156b0623920b0e1f6af6819fb18e1a94f9cd31d51cd82e86ce7246b4a65c07dee6061ece3ef4a24dee2bcb6ac114969a20a2" | ||
] | ||
} | ||
x-commit-hash: "f8c75a43bc0a8e190727161c2f67ae643b884542" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
opam-version: "2.0" | ||
synopsis: "Fast, portable, and opinionated build system" | ||
description: """ | ||
|
||
dune is a build system that was designed to simplify the release of | ||
Jane Street packages. It reads metadata from "dune" files following a | ||
very simple s-expression syntax. | ||
|
||
dune is fast, has very low-overhead, and supports parallel builds on | ||
all platforms. It has no system dependencies; all you need to build | ||
dune or packages using dune is OCaml. You don't need make or bash | ||
as long as the packages themselves don't use bash explicitly. | ||
|
||
dune supports multi-package development by simply dropping multiple | ||
repositories into the same directory. | ||
|
||
It also supports multi-context builds, such as building against | ||
several opam roots/switches simultaneously. This helps maintaining | ||
packages across several versions of OCaml and gives cross-compilation | ||
for free. | ||
""" | ||
maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] | ||
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] | ||
license: "MIT" | ||
homepage: "https://github.com/ocaml/dune" | ||
doc: "https://dune.readthedocs.io/" | ||
bug-reports: "https://github.com/ocaml/dune/issues" | ||
conflicts: [ | ||
"merlin" {< "3.4.0"} | ||
"ocaml-lsp-server" {< "1.3.0"} | ||
"dune-configurator" {< "2.3.0"} | ||
"odoc" {< "2.0.1"} | ||
"dune-release" {< "1.3.0"} | ||
"js_of_ocaml-compiler" {< "3.6.0"} | ||
"jbuilder" {= "transition"} | ||
] | ||
dev-repo: "git+https://github.com/ocaml/dune.git" | ||
build: [ | ||
["ocaml" "bootstrap.ml" "-j" jobs] | ||
["./dune.exe" "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" jobs] | ||
] | ||
depends: [ | ||
# Please keep the lower bound in sync with .github/workflows/workflow.yml, | ||
# dune-project and min_ocaml_version in bootstrap.ml | ||
("ocaml" {>= "4.08" & < "5.0"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary")) | ||
"base-unix" | ||
"base-threads" | ||
] | ||
url { | ||
src: | ||
"https://github.com/ocaml/dune/releases/download/3.0.3/fiber-3.0.3.tbz" | ||
checksum: [ | ||
"sha256=d504499a1658f0d99caefbffd7386f2e31d46ceca73167157fe4686c41e5732f" | ||
"sha512=aa1bdf87a00994d18ddc9d9d6ef914813c10dbc8c68c34c00467669092dde9adc95718937f8a60a2e1307b25f281196b20e913b2f82e2ee6aadd24d54dca88aa" | ||
] | ||
} | ||
x-commit-hash: "68c36597dfb99187ccbadf578988deaf690c4e25" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
opam-version: "2.0" | ||
synopsis: "Fast, portable, and opinionated build system" | ||
description: """ | ||
|
||
dune is a build system that was designed to simplify the release of | ||
Jane Street packages. It reads metadata from "dune" files following a | ||
very simple s-expression syntax. | ||
|
||
dune is fast, has very low-overhead, and supports parallel builds on | ||
all platforms. It has no system dependencies; all you need to build | ||
dune or packages using dune is OCaml. You don't need make or bash | ||
as long as the packages themselves don't use bash explicitly. | ||
|
||
dune supports multi-package development by simply dropping multiple | ||
repositories into the same directory. | ||
|
||
It also supports multi-context builds, such as building against | ||
several opam roots/switches simultaneously. This helps maintaining | ||
packages across several versions of OCaml and gives cross-compilation | ||
for free. | ||
""" | ||
maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] | ||
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] | ||
license: "MIT" | ||
homepage: "https://github.com/ocaml/dune" | ||
doc: "https://dune.readthedocs.io/" | ||
bug-reports: "https://github.com/ocaml/dune/issues" | ||
conflicts: [ | ||
"merlin" {< "3.4.0"} | ||
"ocaml-lsp-server" {< "1.3.0"} | ||
"dune-configurator" {< "2.3.0"} | ||
"odoc" {< "2.0.1"} | ||
"dune-release" {< "1.3.0"} | ||
"js_of_ocaml-compiler" {< "3.6.0"} | ||
"jbuilder" {= "transition"} | ||
] | ||
dev-repo: "git+https://github.com/ocaml/dune.git" | ||
build: [ | ||
["ocaml" "bootstrap.ml" "-j" jobs] | ||
["./dune.exe" "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" jobs] | ||
] | ||
depends: [ | ||
# Please keep the lower bound in sync with .github/workflows/workflow.yml, | ||
# dune-project and min_ocaml_version in bootstrap.ml | ||
("ocaml" {>= "4.08" & < "5.0"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary")) | ||
"base-unix" | ||
"base-threads" | ||
] | ||
url { | ||
src: | ||
"https://github.com/ocaml/dune/releases/download/3.1.0/fiber-3.1.0.tbz" | ||
checksum: [ | ||
"sha256=077d520b0845c56e10ec5856d7c66ebe7a1f1bea4a3027d182f44b2529519d81" | ||
"sha512=644fbf11e53ac88307b44c98f380e2c9db222b94e0e38263525c59d3504f185d79d916a506af45e84d16fd66889e1745305a7385d911e7b11c290549efdb444c" | ||
] | ||
} | ||
x-commit-hash: "9bf3da86f1de33a9884eb91610a6dd9c875ebcbe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
opam-version: "2.0" | ||
synopsis: "Fast, portable, and opinionated build system" | ||
description: """ | ||
|
||
dune is a build system that was designed to simplify the release of | ||
Jane Street packages. It reads metadata from "dune" files following a | ||
very simple s-expression syntax. | ||
|
||
dune is fast, has very low-overhead, and supports parallel builds on | ||
all platforms. It has no system dependencies; all you need to build | ||
dune or packages using dune is OCaml. You don't need make or bash | ||
as long as the packages themselves don't use bash explicitly. | ||
|
||
dune supports multi-package development by simply dropping multiple | ||
repositories into the same directory. | ||
|
||
It also supports multi-context builds, such as building against | ||
several opam roots/switches simultaneously. This helps maintaining | ||
packages across several versions of OCaml and gives cross-compilation | ||
for free. | ||
""" | ||
maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] | ||
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] | ||
license: "MIT" | ||
homepage: "https://github.com/ocaml/dune" | ||
doc: "https://dune.readthedocs.io/" | ||
bug-reports: "https://github.com/ocaml/dune/issues" | ||
conflicts: [ | ||
"merlin" {< "3.4.0"} | ||
"ocaml-lsp-server" {< "1.3.0"} | ||
"dune-configurator" {< "2.3.0"} | ||
"odoc" {< "2.0.1"} | ||
"dune-release" {< "1.3.0"} | ||
"js_of_ocaml-compiler" {< "3.6.0"} | ||
"jbuilder" {= "transition"} | ||
] | ||
dev-repo: "git+https://github.com/ocaml/dune.git" | ||
build: [ | ||
["ocaml" "bootstrap.ml" "-j" jobs] | ||
["./dune.exe" "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" jobs] | ||
] | ||
depends: [ | ||
# Please keep the lower bound in sync with .github/workflows/workflow.yml, | ||
# dune-project and min_ocaml_version in bootstrap.ml | ||
("ocaml" {>= "4.08" & < "5.0"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary")) | ||
"base-unix" | ||
"base-threads" | ||
] | ||
url { | ||
src: | ||
"https://github.com/ocaml/dune/releases/download/3.1.1/fiber-3.1.1.tbz" | ||
checksum: [ | ||
"sha256=02484454ab1b998840c7873509ec6b2301eb92662c132ef8f5f4f569b35a6b60" | ||
"sha512=c92199924af75f801d264d3b3e98497757c9932d8e03fa100fca2df16315b87d595a3e0cbbc3ce9b8d86adb2a8b6d3a7cef0f88c7654f15f6b6a4d10d523fad1" | ||
] | ||
} | ||
x-commit-hash: "09eac98ced1fff7dea4e5ac45b59e00c1874067e" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
opam-version: "2.0" | ||
synopsis: "Fast, portable, and opinionated build system" | ||
description: """ | ||
|
||
dune is a build system that was designed to simplify the release of | ||
Jane Street packages. It reads metadata from "dune" files following a | ||
very simple s-expression syntax. | ||
|
||
dune is fast, has very low-overhead, and supports parallel builds on | ||
all platforms. It has no system dependencies; all you need to build | ||
dune or packages using dune is OCaml. You don't need make or bash | ||
as long as the packages themselves don't use bash explicitly. | ||
|
||
dune supports multi-package development by simply dropping multiple | ||
repositories into the same directory. | ||
|
||
It also supports multi-context builds, such as building against | ||
several opam roots/switches simultaneously. This helps maintaining | ||
packages across several versions of OCaml and gives cross-compilation | ||
for free. | ||
""" | ||
maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] | ||
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] | ||
license: "MIT" | ||
homepage: "https://github.com/ocaml/dune" | ||
doc: "https://dune.readthedocs.io/" | ||
bug-reports: "https://github.com/ocaml/dune/issues" | ||
conflicts: [ | ||
"merlin" {< "3.4.0"} | ||
"ocaml-lsp-server" {< "1.3.0"} | ||
"dune-configurator" {< "2.3.0"} | ||
"odoc" {< "2.0.1"} | ||
"dune-release" {< "1.3.0"} | ||
"js_of_ocaml-compiler" {< "3.6.0"} | ||
"jbuilder" {= "transition"} | ||
] | ||
dev-repo: "git+https://github.com/ocaml/dune.git" | ||
build: [ | ||
["ocaml" "boot/bootstrap.ml" "-j" jobs] | ||
["./_boot/dune.exe" "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" jobs] | ||
] | ||
depends: [ | ||
# Please keep the lower bound in sync with .github/workflows/workflow.yml, | ||
# dune-project and min_ocaml_version in bootstrap.ml | ||
("ocaml" {>= "4.08"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary")) | ||
"base-unix" | ||
"base-threads" | ||
] | ||
url { | ||
src: | ||
"https://github.com/ocaml/dune/releases/download/3.10.0/dune-3.10.0.tbz" | ||
checksum: [ | ||
"sha256=9ff03384a98a8df79852cc674f0b4738ba8aec17029b6e2eeb514f895e710355" | ||
"sha512=8133cdcc5499a6bf21cd65b4fc8b12445ae39366731006773fcd3b348c553a8d89d004db161c655aa167a2a3653b7919d32b27f29217106ef762bd01b43afc76" | ||
] | ||
} | ||
x-commit-hash: "fc382520272012638088848d7f3dd1ef6687a284" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
opam-version: "2.0" | ||
synopsis: "Fast, portable, and opinionated build system" | ||
description: """ | ||
|
||
dune is a build system that was designed to simplify the release of | ||
Jane Street packages. It reads metadata from "dune" files following a | ||
very simple s-expression syntax. | ||
|
||
dune is fast, has very low-overhead, and supports parallel builds on | ||
all platforms. It has no system dependencies; all you need to build | ||
dune or packages using dune is OCaml. You don't need make or bash | ||
as long as the packages themselves don't use bash explicitly. | ||
|
||
dune supports multi-package development by simply dropping multiple | ||
repositories into the same directory. | ||
|
||
It also supports multi-context builds, such as building against | ||
several opam roots/switches simultaneously. This helps maintaining | ||
packages across several versions of OCaml and gives cross-compilation | ||
for free. | ||
""" | ||
maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] | ||
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] | ||
license: "MIT" | ||
homepage: "https://github.com/ocaml/dune" | ||
doc: "https://dune.readthedocs.io/" | ||
bug-reports: "https://github.com/ocaml/dune/issues" | ||
conflicts: [ | ||
"merlin" {< "3.4.0"} | ||
"ocaml-lsp-server" {< "1.3.0"} | ||
"dune-configurator" {< "2.3.0"} | ||
"odoc" {< "2.0.1"} | ||
"dune-release" {< "1.3.0"} | ||
"js_of_ocaml-compiler" {< "3.6.0"} | ||
"jbuilder" {= "transition"} | ||
] | ||
dev-repo: "git+https://github.com/ocaml/dune.git" | ||
build: [ | ||
["ocaml" "boot/bootstrap.ml" "-j" jobs] | ||
["./_boot/dune.exe" "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" jobs] | ||
] | ||
depends: [ | ||
# Please keep the lower bound in sync with .github/workflows/workflow.yml, | ||
# dune-project and min_ocaml_version in bootstrap.ml | ||
("ocaml" {>= "4.08"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary")) | ||
"base-unix" | ||
"base-threads" | ||
] | ||
url { | ||
src: | ||
"https://github.com/ocaml/dune/releases/download/3.11.0/dune-3.11.0.tbz" | ||
checksum: [ | ||
"sha256=1b9c7d7e134a8d3a9d715613f02910ecf31167df1ba226ede921a5fa7b0d6513" | ||
"sha512=0f2911bae7371b491dcd0762ddac0ec5498a57b5a8a0915b97e0257e668d8a7e1675d177d12be2cfe39c6adb42276c4c55beb30cc4acf109b0102650a2691057" | ||
] | ||
} | ||
x-commit-hash: "e3bfd215dd35cf702b3af66be03f2912b69b0a0a" |
Oops, something went wrong.