File tree Expand file tree Collapse file tree 11 files changed +12
-12
lines changed
graphql-cohttp/graphql-cohttp.0.9.0
h1_parser/h1_parser.0.0.2
tidy_email_mailgun/tidy_email_mailgun.0.0.1
websocket-async/websocket-async.2.17 Expand file tree Collapse file tree 11 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ depends: [
37
37
"ptime" {>= "0.8.5"}
38
38
"cohttp" {>= "2.0.0"}
39
39
"cohttp-lwt" {>= "2.0.0"}
40
- "cohttp-lwt-unix" {with-test & >= "2.0.0" & < "6.0.0~"}
40
+ "cohttp-lwt-unix" {with-test & >= "2.0.0" & < "6.0.0~~ "}
41
41
"mirage-crypto" {< "1.0.0"}
42
42
"mirage-crypto-rng" {< "1.0.0"}
43
43
"base64" {>= "3.0.0"}
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ depends: [
38
38
"ptime" {>= "0.8.5"}
39
39
"cohttp" {>= "2.0.0"}
40
40
"cohttp-lwt" {>= "2.0.0"}
41
- "cohttp-lwt-unix" {with-test & >= "2.0.0" & < "6.0.0~"}
41
+ "cohttp-lwt-unix" {with-test & >= "2.0.0" & < "6.0.0~~ "}
42
42
"mirage-crypto" {< "1.0.0"}
43
43
"mirage-crypto-rng" {< "1.0.0"}
44
44
"base64" {>= "3.0.0"}
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ depends: [
38
38
"ptime" {>= "0.8.5"}
39
39
"cohttp" {>= "2.0.0"}
40
40
"cohttp-lwt" {>= "2.0.0"}
41
- "cohttp-lwt-unix" {with-test & >= "2.0.0"}
41
+ "cohttp-lwt-unix" {with-test & >= "2.0.0" & < "6.0.0~~" }
42
42
"mirage-crypto" {< "1.0.0"}
43
43
"mirage-crypto-rng" {< "1.0.0"}
44
44
"base64" {>= "3.0.0"}
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ depends: [
37
37
"ptime" {>= "0.8.5"}
38
38
"cohttp" {>= "2.0.0"}
39
39
"cohttp-lwt" {>= "2.0.0"}
40
- "cohttp-lwt-unix" {with-test & >= "2.0.0"}
40
+ "cohttp-lwt-unix" {with-test & >= "2.0.0" & < "6.0.0~~" }
41
41
"mirage-crypto" {< "1.0.0"}
42
42
"mirage-crypto-rng" {< "1.0.0"}
43
43
"mirage-crypto-rng-lwt" {with-test & >= "0.11.0" & < "1.0.0"}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ depends: [
36
36
"ptime" {>= "0.8.5"}
37
37
"cohttp" {>= "2.0.0"}
38
38
"cohttp-lwt" {>= "2.0.0"}
39
- "cohttp-lwt-unix" {with-test & >= "2.0.0"}
39
+ "cohttp-lwt-unix" {with-test & >= "2.0.0" & < "6.0.0~~" }
40
40
"digestif" {>= "1.2.0"}
41
41
"mirage-crypto-rng" {>= "1.0.0"}
42
42
"mirage-crypto-rng-mirage" {>= "1.0.0"}
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ build: [
12
12
]
13
13
14
14
depends: [
15
- "ocaml" {>= "4.03 .0"}
15
+ "ocaml" {>= "4.06 .0"}
16
16
"dune"
17
17
"graphql" {>= "0.9.0"}
18
- "cohttp" {>= "2.0.0"}
18
+ "cohttp" {>= "2.0.0" & < "6.0.0~~" }
19
19
"crunch"
20
20
"astring" {>= "0.8.3"}
21
21
"base64" {>= "3.0.0"}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ bug-reports: "https://github.com/anuragsoni/h1/issues"
9
9
depends: [
10
10
"dune" {>= "2.8"}
11
11
"ocaml" {>= "4.11.0"}
12
- "cohttp" {>= "4.0.0"}
12
+ "cohttp" {>= "4.0.0" & < "6.0.0~~" }
13
13
"base_bigstring"
14
14
"base" {with-test}
15
15
"alcotest" {with-test}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ bug-reports: "https://github.com/ocaml-multicore/picos/issues"
8
8
depends: [
9
9
"dune" {>= "3.14"}
10
10
"picos_io" {= version}
11
- "cohttp" {>= "6.0.0~beta2"}
11
+ "cohttp" {>= "6.0.0~beta2" & <"6.0.0"}
12
12
"fmt" {>= "0.9.0"}
13
13
"uri" {>= "4.4.0"}
14
14
"odoc" {with-doc}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ bug-reports: "https://github.com/ocaml-multicore/picos/issues"
8
8
depends: [
9
9
"dune" {>= "3.14"}
10
10
"picos_io" {= version}
11
- "cohttp" {>= "6.0.0~beta2"}
11
+ "cohttp" {>= "6.0.0~beta2" & < "6.0.0" }
12
12
"fmt" {>= "0.9.0"}
13
13
"uri" {>= "4.4.0"}
14
14
"odoc" {with-doc}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ depends: [
13
13
"dune" {>= "2.8" & >= "2.0"}
14
14
"ocaml" {>= "4.11.0"}
15
15
"cohttp" {>= "2.5.5"}
16
- "cohttp-lwt-unix" {>= "2.5.5"}
16
+ "cohttp-lwt-unix" {>= "2.5.5" & < "6.0.0~~" }
17
17
"lwt_ppx" {>= "2.0.0"}
18
18
"tidy_email" {= version}
19
19
"odoc" {with-doc}
You can’t perform that action at this time.
0 commit comments