this repo has no description

Update OPAM files of CoHTTP to use conduit.4.0.0

Changed files
+5 -5
packages
cohttp-async
cohttp-async.4.0.0
cohttp-lwt-unix
cohttp-lwt-unix.4.0.0
cohttp-mirage
cohttp-mirage.4.0.0
+1 -1
packages/cohttp-async/cohttp-async.4.0.0/opam
···
"base" {>= "v0.11.0"}
"core" {with-test}
"cohttp" {=version}
-
"conduit-async" {>="1.2.0" & <"3.0.0"}
+
"conduit-async" {>="4.0.0"}
"magic-mime"
"mirage-crypto" {with-test}
"logs"
+2 -2
packages/cohttp-lwt-unix/cohttp-lwt-unix.4.0.0/opam
···
depends: [
"ocaml" {>= "4.08"}
"dune" {>= "1.1.0"}
-
"conduit-lwt" {>= "1.0.3" & < "3.0.0"}
-
"conduit-lwt-unix" {>= "1.0.3" & < "3.0.0"}
+
"conduit-lwt" {>= "4.0.0"}
+
"conduit-lwt-unix" {>= "4.0.0"}
"cmdliner"
"magic-mime"
"logs"
+2 -2
packages/cohttp-mirage/cohttp-mirage.4.0.0/opam
···
"dune" {>= "1.1.0"}
"mirage-flow" {>= "2.0.0"}
"mirage-channel" {>= "4.0.0"}
-
"conduit" {>= "2.0.2" & <"3.0.0"}
-
"conduit-mirage" {>= "2.3.0" & <"3.0.0"}
+
"conduit" {>= "4.0.0"}
+
"conduit-mirage" {>= "4.0.0"}
"mirage-kv" {>= "3.0.0"}
"lwt" {>= "2.4.3"}
"cohttp" {=version}