Skip to content

Commit

Permalink
Merge pull request #23574 from kit-ty-kate/fix-226
Browse files Browse the repository at this point in the history
Add a missing lower-bound to dune >= 2.0.0
  • Loading branch information
kit-ty-kate authored Apr 5, 2023
2 parents 1089490 + 7debb3a commit 87ccbaf
Show file tree
Hide file tree
Showing 38 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion packages/dune/dune.2.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ homepage: "https://github.com/ocaml/dune"
doc: "https://dune.readthedocs.io/"
bug-reports: "https://github.com/ocaml/dune/issues"
depends: [
("ocaml" {>= "4.06" & < "4.12"} | ("ocaml" {< "4.06~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.06" & < "4.12"} | ("ocaml" {>= "4.02" & < "4.06~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.2.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ homepage: "https://github.com/ocaml/dune"
doc: "https://dune.readthedocs.io/"
bug-reports: "https://github.com/ocaml/dune/issues"
depends: [
("ocaml" {>= "4.06" & < "4.12"} | ("ocaml" {< "4.06~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.06" & < "4.12"} | ("ocaml" {>= "4.02" & < "4.06~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.2.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ homepage: "https://github.com/ocaml/dune"
doc: "https://dune.readthedocs.io/"
bug-reports: "https://github.com/ocaml/dune/issues"
depends: [
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {< "4.07~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {>= "4.02" & < "4.07~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.2.1.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ homepage: "https://github.com/ocaml/dune"
doc: "https://dune.readthedocs.io/"
bug-reports: "https://github.com/ocaml/dune/issues"
depends: [
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {< "4.07~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {>= "4.02" & < "4.07~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.2.1.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ homepage: "https://github.com/ocaml/dune"
doc: "https://dune.readthedocs.io/"
bug-reports: "https://github.com/ocaml/dune/issues"
depends: [
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {< "4.07~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {>= "4.02" & < "4.07~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.2.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ homepage: "https://github.com/ocaml/dune"
doc: "https://dune.readthedocs.io/"
bug-reports: "https://github.com/ocaml/dune/issues"
depends: [
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {< "4.07~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {>= "4.02" & < "4.07~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.2.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build: [
depends: [
# Please keep the lower bound in sync with .travis.yml, dune-project
# and min_ocaml_version in bootstrap.ml
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {< "4.07~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {>= "4.02" & < "4.07~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.2.3.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build: [
depends: [
# Please keep the lower bound in sync with .travis.yml, dune-project
# and min_ocaml_version in bootstrap.ml
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {< "4.07~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {>= "4.02" & < "4.07~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.2.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build: [
depends: [
# Please keep the lower bound in sync with .travis.yml, dune-project
# and min_ocaml_version in bootstrap.ml
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {< "4.07~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {>= "4.02" & < "4.07~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.2.5.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build: [
depends: [
# Please keep the lower bound in sync with .travis.yml, dune-project
# and min_ocaml_version in bootstrap.ml
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {< "4.07~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {>= "4.02" & < "4.07~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.2.5.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build: [
depends: [
# Please keep the lower bound in sync with .travis.yml, dune-project
# and min_ocaml_version in bootstrap.ml
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {< "4.07~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {>= "4.02" & < "4.07~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.2.6.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ build: [
depends: [
# Please keep the lower bound in sync with .travis.yml, dune-project
# and min_ocaml_version in bootstrap.ml
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {< "4.07~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {>= "4.02" & < "4.07~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.2.6.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ build: [
depends: [
# Please keep the lower bound in sync with .travis.yml, dune-project
# and min_ocaml_version in bootstrap.ml
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {< "4.07~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {>= "4.02" & < "4.07~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.2.6.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ build: [
depends: [
# Please keep the lower bound in sync with .travis.yml, dune-project
# and min_ocaml_version in bootstrap.ml
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {< "4.07~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {>= "4.02" & < "4.07~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.2.7.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ build: [
depends: [
# Please keep the lower bound in sync with .travis.yml, dune-project
# and min_ocaml_version in bootstrap.ml
("ocaml" {>= "4.08" & < "4.12"} | ("ocaml" {< "4.08~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.08" & < "4.12"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.2.7.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ build: [
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" & < "4.12"} | ("ocaml" {< "4.08~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.08" & < "4.12"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.2.8.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ build: [
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" & < "4.13"} | ("ocaml" {< "4.08~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.08" & < "4.13"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.2.8.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ build: [
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" & < "4.13"} | ("ocaml" {< "4.08~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.08" & < "4.13"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.2.8.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ build: [
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" & < "4.13"} | ("ocaml" {< "4.08~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.08" & < "4.13"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.2.8.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ build: [
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" & < "4.13"} | ("ocaml" {< "4.08~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.08" & < "4.13"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.2.8.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ build: [
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.08~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.08" & < "5.0"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.2.9.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ build: [
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.08~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.08" & < "5.0"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.2.9.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ build: [
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.08~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.08" & < "5.0"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.2.9.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ build: [
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.08~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.08" & < "5.0"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.3.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ build: [
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.08~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.08" & < "5.0"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.3.0.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ build: [
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.08~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.08" & < "5.0"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.3.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ build: [
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.08~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.08" & < "5.0"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.3.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ build: [
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.08~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.08" & < "5.0"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.3.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ build: [
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.08~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.08" & < "5.0"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.3.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ build: [
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.08~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.08"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.3.3.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ build: [
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.08~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.08"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.3.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ build: [
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.08~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.08"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.3.4.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ build: [
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.08~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.08"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.3.5.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ build: [
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.08~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.08"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.3.6.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ build: [
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.08~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.08"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.3.6.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ build: [
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.08~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.08"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.3.6.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ build: [
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.08~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.08"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dune/dune.3.7.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ build: [
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.08~~"} & "ocamlfind-secondary"))
("ocaml" {>= "4.08"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]
Expand Down

0 comments on commit 87ccbaf

Please sign in to comment.