this repo has no description

expand support to cohttp 5.3.1 to 5.3.0 packages

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>

Changed files
+6 -6
packages
cohttp-async
cohttp-async.5.3.0
cohttp-lwt
cohttp-lwt.5.3.0
cohttp-lwt-unix
cohttp-lwt-unix.5.3.0
cohttp-mirage
cohttp-mirage.5.3.0
cohttp-top
cohttp-top.5.3.0
+1 -1
packages/cohttp-async/cohttp-async.5.3.0/opam
···
"base" {>= "v0.16.0"}
"core" {with-test}
"core_unix" {>= "v0.16.0"}
-
"cohttp" {= version}
"conduit-async" {>= "1.2.0"}
"magic-mime"
"mirage-crypto" {with-test}
···
"base" {>= "v0.16.0"}
"core" {with-test}
"core_unix" {>= "v0.16.0"}
+
"cohttp" {>= "5.3.0" & <= "5.3.1"}
"conduit-async" {>= "1.2.0"}
"magic-mime"
"mirage-crypto" {with-test}
+1 -1
packages/cohttp-lwt-unix/cohttp-lwt-unix.5.3.0/opam
···
"magic-mime"
"logs"
"fmt" {>= "0.8.2"}
-
"cohttp-lwt" {= version}
"ppx_sexp_conv" {>= "v0.13.0"}
"lwt" {>= "3.0.0"}
"base-unix"
···
"magic-mime"
"logs"
"fmt" {>= "0.8.2"}
+
"cohttp-lwt" {>= "5.3.0" & <= "5.3.1"}
"ppx_sexp_conv" {>= "v0.13.0"}
"lwt" {>= "3.0.0"}
"base-unix"
+1 -1
packages/cohttp-lwt/cohttp-lwt.5.3.0/opam
···
depends: [
"ocaml" {>= "4.08"}
"dune" {>= "2.0"}
-
"cohttp" {= version}
"lwt" {>= "2.5.0"}
"sexplib0"
"ppx_sexp_conv" {>= "v0.13.0"}
···
depends: [
"ocaml" {>= "4.08"}
"dune" {>= "2.0"}
+
"cohttp" {>= "5.3.0" & <= "5.3.1"}
"lwt" {>= "2.5.0"}
"sexplib0"
"ppx_sexp_conv" {>= "v0.13.0"}
+2 -2
packages/cohttp-mirage/cohttp-mirage.5.3.0/opam
···
"conduit-mirage" {>= "2.3.0"}
"mirage-kv" {>= "3.0.0"}
"lwt" {>= "2.4.3"}
-
"cohttp" {= version}
-
"cohttp-lwt" {= version}
"fmt" {>= "0.8.7"}
"astring"
"magic-mime"
···
"conduit-mirage" {>= "2.3.0"}
"mirage-kv" {>= "3.0.0"}
"lwt" {>= "2.4.3"}
+
"cohttp" {>= "5.3.0" & <= "5.3.1"}
+
"cohttp-lwt" {>= "5.3.0" & <= "5.3.1"}
"fmt" {>= "0.8.7"}
"astring"
"magic-mime"
+1 -1
packages/cohttp-top/cohttp-top.5.3.0/opam
···
depends: [
"ocaml" {>= "4.08"}
"dune" {>= "2.0"}
-
"cohttp" {= version}
]
build: [
["dune" "subst"] {dev}
···
depends: [
"ocaml" {>= "4.08"}
"dune" {>= "2.0"}
+
"cohttp" {>= "5.3.0" & <= "5.3.1"}
]
build: [
["dune" "subst"] {dev}