this repo has no description

Merge pull request #27304 from Leonidas-from-XIV/dune-5.3-conflict

OCaml 5.3 and some Dune versions conflict

Changed files
+1 -1
packages
dune
dune.3.12.2
+1 -1
packages/dune/dune.3.12.2/opam
···
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"
]
···
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.3"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
"base-unix"
"base-threads"
]