Skip to content

Commit 31db989

Browse files
authored
Merge pull request #29510 from kit-ty-kate/lwt-ocaml5
Mark lwt < 6.1.1 incompatible with OCaml 5.5
2 parents 60ec6b8 + 7d24e4b commit 31db989

File tree

15 files changed

+16
-16
lines changed

15 files changed

+16
-16
lines changed

packages/lwt/lwt.5.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ depends: [
2222
"dune-configurator"
2323
"mmap" {>= "1.1.0"} # mmap is needed as long as Lwt supports OCaml < 4.06.0.
2424
"ocaml" {>= "4.02.0" & < "4.12"}
25-
("ocaml" {>= "4.08.0"} | "ocaml-syntax-shims")
25+
("ocaml" {>= "4.08.0" & < "5.5"} | "ocaml-syntax-shims")
2626
"ocplib-endian"
2727
"result" # result is needed as long as Lwt supports OCaml 4.02.
2828
"seq" # seq is needed as long as Lwt supports OCaml < 4.07.0.

packages/lwt/lwt.5.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ depends: [
2323
"dune-configurator"
2424
"mmap" {>= "1.1.0"}
2525
"ocaml" {>= "4.02.0" & < "5.0"}
26-
("ocaml" {>= "4.08.0"} | "ocaml-syntax-shims")
26+
("ocaml" {>= "4.08.0" & < "5.5"} | "ocaml-syntax-shims")
2727
"ocplib-endian"
2828
"result"
2929
"seq"

packages/lwt/lwt.5.4.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ depends: [
2323
"dune-configurator"
2424
"mmap" {>= "1.1.0"} # mmap is needed as long as Lwt supports OCaml < 4.06.0.
2525
"ocaml" {>= "4.02.0" & < "5.0"}
26-
("ocaml" {>= "4.08.0"} | "ocaml-syntax-shims")
26+
("ocaml" {>= "4.08.0" & < "5.5"} | "ocaml-syntax-shims")
2727
"ocplib-endian"
2828
"result" # result is needed as long as Lwt supports OCaml 4.02.
2929
"seq" # seq is needed as long as Lwt supports OCaml < 4.07.0.

packages/lwt/lwt.5.4.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ depends: [
2222
"dune-configurator"
2323
"mmap" {>= "1.1.0"} # mmap is needed as long as Lwt supports OCaml < 4.06.0.
2424
"ocaml" {>= "4.02.0" & < "5.0"}
25-
("ocaml" {>= "4.08.0"} | "ocaml-syntax-shims")
25+
("ocaml" {>= "4.08.0" & < "5.5"} | "ocaml-syntax-shims")
2626
"ocplib-endian"
2727
"result" # result is needed as long as Lwt supports OCaml 4.02.
2828
"seq" # seq is needed as long as Lwt supports OCaml < 4.07.0.

packages/lwt/lwt.5.5.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ depends: [
2121
"dune" {>= "1.8.0"}
2222
"dune-configurator"
2323
"mmap" {>= "1.1.0" & "os" != "win32"} # mmap is needed as long as Lwt supports OCaml < 4.06.0.
24-
"ocaml" {(>= "4.02.0" & "os" != "win32" | >= "4.06.0") & < "5.0"}
25-
("ocaml" {>= "4.08.0"} | "ocaml-syntax-shims")
24+
"ocaml" {("os" != "win32" & >= "4.02.0" | >= "4.06.0") & < "5.0"}
25+
("ocaml" {>= "4.08.0" & < "5.5"} | "ocaml-syntax-shims")
2626
"ocplib-endian"
2727
"result" # result is needed as long as Lwt supports OCaml 4.02.
2828
"seq" # seq is needed as long as Lwt supports OCaml < 4.07.0.

packages/lwt/lwt.5.7.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ depends: [
2020
"cppo" {build & >= "1.1.0"}
2121
"dune" {>= "1.8.0"}
2222
"dune-configurator"
23-
"ocaml" {>= "4.08"}
23+
"ocaml" {>= "4.08" & < "5.5"}
2424
"ocplib-endian"
2525

2626
# Until https://github.com/aantron/bisect_ppx/pull/327.

packages/lwt/lwt.5.8.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ doc: "https://ocsigen.org/lwt"
2121
bug-reports: "https://github.com/ocsigen/lwt/issues"
2222
depends: [
2323
"dune" {>= "1.12"}
24-
"ocaml" {>= "4.08"}
24+
"ocaml" {>= "4.08" & < "5.5"}
2525
"cppo" {build & >= "1.1.0"}
2626
"ocamlfind" {with-dev-setup & >= "1.7.3-1"}
2727
"odoc" {with-doc & >= "2.3.0"}

packages/lwt/lwt.5.8.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ doc: "https://ocsigen.org/lwt"
2121
bug-reports: "https://github.com/ocsigen/lwt/issues"
2222
depends: [
2323
"dune" {>= "2.7"}
24-
"ocaml" {>= "4.08"}
24+
"ocaml" {>= "4.08" & < "5.5"}
2525
"cppo" {build & >= "1.1.0"}
2626
"ocamlfind" {with-dev-setup & >= "1.7.3-1"}
2727
"odoc" {with-doc & >= "2.3.0"}

packages/lwt/lwt.5.9.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ doc: "https://ocsigen.org/lwt"
2121
bug-reports: "https://github.com/ocsigen/lwt/issues"
2222
depends: [
2323
"dune" {>= "2.7"}
24-
"ocaml" {>= "4.08"}
24+
"ocaml" {>= "4.08" & < "5.5"}
2525
"cppo" {build & >= "1.1.0"}
2626
"ocamlfind" {with-dev-setup & >= "1.7.3-1"}
2727
"odoc" {with-doc & >= "2.3.0"}

packages/lwt/lwt.5.9.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ doc: "https://ocsigen.org/lwt"
2121
bug-reports: "https://github.com/ocsigen/lwt/issues"
2222
depends: [
2323
"dune" {>= "2.7"}
24-
"ocaml" {>= "4.08"}
24+
"ocaml" {>= "4.08" & < "5.5"}
2525
"cppo" {build & >= "1.1.0"}
2626
"ocamlfind" {with-dev-setup & >= "1.7.3-1"}
2727
"odoc" {with-doc & >= "2.3.0"}

0 commit comments

Comments
 (0)