Skip to content

Commit 06ff87e

Browse files
authored
Merge pull request #28199 from kit-ty-kate/ocaml-5.4-stdune
stdune < 3.19.0 is not compatible with OCaml 5.4
2 parents a23df5c + 94ad73b commit 06ff87e

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

packages/stdune/stdune.3.0.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ doc: "https://dune.readthedocs.io/"
1010
bug-reports: "https://github.com/ocaml/dune/issues"
1111
depends: [
1212
"dune" {>= "3.0"}
13-
"ocaml" {>= "4.08.0"}
13+
"ocaml" {>= "4.08.0" & < "5.4"}
1414
"dyn" {= version}
1515
"ordering" {= version}
1616
"pp" {>= "1.1.0" & < "2.0.0"}

packages/stdune/stdune.3.0.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ doc: "https://dune.readthedocs.io/"
1010
bug-reports: "https://github.com/ocaml/dune/issues"
1111
depends: [
1212
"dune" {>= "3.0"}
13-
"ocaml" {>= "4.08.0"}
13+
"ocaml" {>= "4.08.0" & < "5.4"}
1414
"dyn" {= version}
1515
"ordering" {= version}
1616
"pp" {>= "1.1.0" & < "2.0.0"}

packages/stdune/stdune.3.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ doc: "https://dune.readthedocs.io/"
1010
bug-reports: "https://github.com/ocaml/dune/issues"
1111
depends: [
1212
"dune" {>= "3.0"}
13-
"ocaml" {>= "4.08.0"}
13+
"ocaml" {>= "4.08.0" & < "5.4"}
1414
"dyn" {= version}
1515
"ordering" {= version}
1616
"pp" {>= "1.1.0" & < "2.0.0"}

packages/stdune/stdune.3.1.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ doc: "https://dune.readthedocs.io/"
1010
bug-reports: "https://github.com/ocaml/dune/issues"
1111
depends: [
1212
"dune" {>= "3.0"}
13-
"ocaml" {>= "4.08.0"}
13+
"ocaml" {>= "4.08.0" & < "5.4"}
1414
"dyn" {= version}
1515
"ordering" {= version}
1616
"pp" {>= "1.1.0" & < "2.0.0"}

packages/stdune/stdune.3.15.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ doc: "https://dune.readthedocs.io/"
1010
bug-reports: "https://github.com/ocaml/dune/issues"
1111
depends: [
1212
"dune" {>= "3.12"}
13-
"ocaml" {>= "4.08.0"}
13+
"ocaml" {>= "4.08.0" & < "5.4"}
1414
"base-unix"
1515
"dyn" {= version}
1616
"ordering" {= version}

packages/stdune/stdune.3.17.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ doc: "https://dune.readthedocs.io/"
1010
bug-reports: "https://github.com/ocaml/dune/issues"
1111
depends: [
1212
"dune" {>= "3.12"}
13-
"ocaml" {>= "4.08.0"}
13+
"ocaml" {>= "4.08.0" & < "5.4"}
1414
"base-unix"
1515
"dyn" {= version}
1616
"ordering" {= version}

packages/stdune/stdune.3.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ doc: "https://dune.readthedocs.io/"
1010
bug-reports: "https://github.com/ocaml/dune/issues"
1111
depends: [
1212
"dune" {>= "3.0"}
13-
"ocaml" {>= "4.08.0"}
13+
"ocaml" {>= "4.08.0" & < "5.4"}
1414
"dyn" {= version}
1515
"ordering" {= version}
1616
"pp" {>= "1.1.0" & < "2.0.0"}

packages/stdune/stdune.3.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ doc: "https://dune.readthedocs.io/"
1010
bug-reports: "https://github.com/ocaml/dune/issues"
1111
depends: [
1212
"dune" {>= "3.3"}
13-
"ocaml" {>= "4.08.0"}
13+
"ocaml" {>= "4.08.0" & < "5.4"}
1414
"base-unix"
1515
"dyn" {= version}
1616
"ordering" {= version}

packages/stdune/stdune.3.3.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ doc: "https://dune.readthedocs.io/"
1010
bug-reports: "https://github.com/ocaml/dune/issues"
1111
depends: [
1212
"dune" {>= "3.3"}
13-
"ocaml" {>= "4.08.0"}
13+
"ocaml" {>= "4.08.0" & < "5.4"}
1414
"base-unix"
1515
"dyn" {= version}
1616
"ordering" {= version}

packages/stdune/stdune.3.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ doc: "https://dune.readthedocs.io/"
1010
bug-reports: "https://github.com/ocaml/dune/issues"
1111
depends: [
1212
"dune" {>= "3.3"}
13-
"ocaml" {>= "4.08.0"}
13+
"ocaml" {>= "4.08.0" & < "5.4"}
1414
"base-unix"
1515
"dyn" {= version}
1616
"ordering" {= version}

0 commit comments

Comments
 (0)