this repo has no description

`http` version bounds

Changed files
+2 -2
packages
http
http.6.0.0~alpha2
http.6.0.0~beta2
+1 -1
packages/http/http.6.0.0~alpha2/opam
···
depends: [
"dune" {>= "3.0"}
"ocaml" {>= "4.08"}
-
"ppx_expect" {with-test}
+
"ppx_expect" {with-test & < "v0.17"}
"alcotest" {with-test}
"base_quickcheck" {with-test}
"ppx_assert" {with-test}
+1 -1
packages/http/http.6.0.0~beta2/opam
···
depends: [
"dune" {>= "3.0"}
"ocaml" {>= "4.08"}
-
"ppx_expect" {with-test}
+
"ppx_expect" {with-test & < "v0.17"}
"alcotest" {with-test}
"base_quickcheck" {with-test}
"ppx_assert" {with-test}