File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ depends: [
1515 "ocamlfind"
1616 "js_of_ocaml" {>= "2.4.0" & < "3.0"}
1717 "websocket" {>= "0.8.1"}
18- "lwt" {>= "2.4.6"}
18+ "lwt" {>= "2.4.6" & < "5.8.0" }
1919 "yojson" {>= "1.1.8"}
2020 "ppx_deriving_yojson" {>= "1.1" & < "2.0"}
2121]
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ depends: [
1515 "ocamlfind"
1616 "js_of_ocaml" {>= "2.4.0" & < "3.0"}
1717 "websocket" {= "0.8.1"}
18- "lwt" {>= "2.4.6"}
18+ "lwt" {>= "2.4.6" & < "5.8.0" }
1919 "yojson" {= "1.1.8"}
2020 "ppx_deriving_yojson" {= "2.0"}
2121]
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ depends: [
2121 "ocamlfind"
2222 "js_of_ocaml" {>= "2.5" & < "3.0"}
2323 "websocket" {>= "2.1"}
24- "lwt" {>= "2.4.8"}
24+ "lwt" {>= "2.4.8" & < "5.8.0" }
2525 "cohttp" {>= "0.18.2"}
2626 "yojson" {>= "1.1.8"}
2727 "ppx_deriving_yojson" {>= "2.3"}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ depends: [
2121 "ocamlfind"
2222 "js_of_ocaml" {>= "2.5" & < "3.0"}
2323 "websocket" {>= "2.1"}
24- "lwt" {>= "2.4.8"}
24+ "lwt" {>= "2.4.8" & < "5.8.0" }
2525 "cohttp" {>= "0.18.2"}
2626 "yojson" {>= "1.1.8"}
2727 "ppx_deriving_yojson" {>= "2.3"}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ depends: [
1818 "ocamlfind"
1919 "js_of_ocaml" {>= "2.5" & < "3.0"}
2020 "websocket" {>= "2.6"}
21- "lwt" {>= "2.5"}
21+ "lwt" {>= "2.5" & < "5.8.0" }
2222 "cohttp" {>= "0.19.3"}
2323 "yojson" {>= "1.1.8"}
2424 "ppx_deriving_yojson" {>= "3.0"}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ depends: [
1414 "js_of_ocaml" {>= "3.9.0"}
1515 "websocket" {>= "2.14"}
1616 "websocket-lwt-unix" {>= "2.14"}
17- "lwt" {>= "5.4.0"}
17+ "lwt" {>= "5.4.0" & < "5.8.0" }
1818 "lwt_ppx" {>= "2.0.2"}
1919 "cohttp" {>= "4.0.0"}
2020 "yojson" {>= "1.7.0"}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ depends: [
2727 "dscheck" {>= "0.4.0" & with-test}
2828 "sherlodoc" {>= "0.2" & with-doc}
2929 "odoc" {>= "2.4.1" & with-doc}
30- "ocaml" {>= "4.12 .0"}
30+ "ocaml" {>= "4.13 .0"}
3131]
3232build: [
3333 ["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ depends: [
2727 "dscheck" {>= "0.4.0" & with-test}
2828 "sherlodoc" {>= "0.2" & with-doc}
2929 "odoc" {>= "2.4.1" & with-doc}
30- "ocaml" {>= "4.12 .0"}
30+ "ocaml" {>= "4.13 .0"}
3131]
3232build: [
3333 ["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ depends: [
2828 "dscheck" {>= "0.4.0" & with-test}
2929 "sherlodoc" {>= "0.2" & with-doc}
3030 "odoc" {>= "2.4.1" & with-doc}
31- "ocaml" {>= "4.12 .0"}
31+ "ocaml" {>= "4.13 .0"}
3232]
3333build: [
3434 ["dune" "subst"] {dev}
You can’t perform that action at this time.
0 commit comments