this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

OCaml 5.3 and some Dune versions conflict

authored by

Marcello Seri and committed by
GitHub
9cc7a2a8 eb2d3579

+1 -1
+1 -1
packages/dune/dune.3.12.2/opam
··· 42 42 depends: [ 43 43 # Please keep the lower bound in sync with .github/workflows/workflow.yml, 44 44 # dune-project and min_ocaml_version in bootstrap.ml 45 - ("ocaml" {>= "4.08"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary")) 45 + ("ocaml" {>= "4.08" & < "5.3"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary")) 46 46 "base-unix" 47 47 "base-threads" 48 48 ]