this repo has no description

Merge pull request #26969 from mseri/cohttp-6

Upper bounds for cohttp 6

Changed files
+5 -3
packages
ldp_curl
ldp_curl.0.2.0
ldp_curl.0.3.0
tidy_email_sendgrid
tidy_email_sendgrid.0.0.1
+2 -1
packages/ldp_curl/ldp_curl.0.2.0/opam
···
depends: [
"dune" {>= "2.9"}
"ldp" {= version}
+
"cohttp-lwt" {< "6.0~~"}
"ocaml" {>= "4.14.0"}
"ocurl" {>= "0.9.1"}
"odoc" {with-doc}
···
"md5=7f82ccbdcb07a75f6d2bb7ca226d02df"
"sha512=42f8e53d6634de4b19ac5249fcd8e3d2bde13de7a3963e6821eae9e7b46ff914458d3bfde201352fd18b6de14bb276705561d8fd09a09ddd16f001d0f25cf209"
]
-
}
+
}
+2 -1
packages/ldp_curl/ldp_curl.0.3.0/opam
···
depends: [
"dune" {>= "2.9"}
"ldp" {= version}
+
"cohttp-lwt" {< "6.0~~"}
"ocaml" {>= "4.14.0"}
"ocurl" {>= "0.9.1"}
"odoc" {with-doc}
···
"md5=8903912748afccb622e88b52d1d89260"
"sha512=4924c40cf5f80d7b46e93de848bc52cbe7fa0b864082f93c07c253cd0d81395160339e80533d6b5bd4779c93afd1e37754323e1ca4a5a0b5371c840ee1bf2f67"
]
-
}
+
}
+1 -1
packages/tidy_email_sendgrid/tidy_email_sendgrid.0.0.1/opam
···
"cmdliner" {>= "1.0.4" & with-test}
"dune" {>= "2.8" & >= "2.0"}
"ocaml" {>= "4.11.0"}
-
"cohttp" {>= "2.5.5"}
+
"cohttp" {>= "2.5.5" & < "6.0~~"}
"cohttp-lwt-unix" {>= "2.5.5"}
"lwt_ppx" {>= "2.0.0"}
"yojson" {>= "1.7.0"}