File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
tidy_email_sendgrid/tidy_email_sendgrid.0.0.1 Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ bug-reports: "https://framagit.org/zoggy/ocaml-ldp/issues"
9
9
depends: [
10
10
"dune" {>= "2.9"}
11
11
"ldp" {= version}
12
+ "cohttp-lwt" {< "6.0~~"}
12
13
"ocaml" {>= "4.14.0"}
13
14
"ocurl" {>= "0.9.1"}
14
15
"odoc" {with-doc}
36
37
"md5=7f82ccbdcb07a75f6d2bb7ca226d02df"
37
38
"sha512=42f8e53d6634de4b19ac5249fcd8e3d2bde13de7a3963e6821eae9e7b46ff914458d3bfde201352fd18b6de14bb276705561d8fd09a09ddd16f001d0f25cf209"
38
39
]
39
- }
40
+ }
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ bug-reports: "https://framagit.org/zoggy/ocaml-ldp/issues"
9
9
depends: [
10
10
"dune" {>= "2.9"}
11
11
"ldp" {= version}
12
+ "cohttp-lwt" {< "6.0~~"}
12
13
"ocaml" {>= "4.14.0"}
13
14
"ocurl" {>= "0.9.1"}
14
15
"odoc" {with-doc}
36
37
"md5=8903912748afccb622e88b52d1d89260"
37
38
"sha512=4924c40cf5f80d7b46e93de848bc52cbe7fa0b864082f93c07c253cd0d81395160339e80533d6b5bd4779c93afd1e37754323e1ca4a5a0b5371c840ee1bf2f67"
38
39
]
39
- }
40
+ }
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ depends: [
13
13
"cmdliner" {>= "1.0.4" & with-test}
14
14
"dune" {>= "2.8" & >= "2.0"}
15
15
"ocaml" {>= "4.11.0"}
16
- "cohttp" {>= "2.5.5"}
16
+ "cohttp" {>= "2.5.5" & < "6.0~~" }
17
17
"cohttp-lwt-unix" {>= "2.5.5"}
18
18
"lwt_ppx" {>= "2.0.0"}
19
19
"yojson" {>= "1.7.0"}
You can’t perform that action at this time.
0 commit comments