File tree Expand file tree Collapse file tree 15 files changed +16
-16
lines changed
Expand file tree Collapse file tree 15 files changed +16
-16
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ doc: "https://ocsigen.org/lwt"
2121bug-reports: "https://github.com/ocsigen/lwt/issues"
2222depends: [
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"}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ doc: "https://ocsigen.org/lwt"
2121bug-reports: "https://github.com/ocsigen/lwt/issues"
2222depends: [
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"}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ doc: "https://ocsigen.org/lwt"
2121bug-reports: "https://github.com/ocsigen/lwt/issues"
2222depends: [
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"}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ doc: "https://ocsigen.org/lwt"
2121bug-reports: "https://github.com/ocsigen/lwt/issues"
2222depends: [
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"}
You can’t perform that action at this time.
0 commit comments