this repo has no description

cohttp.6.0.0~alpha0 uses the bytes library

Adjust constraint accordingly.

Changed files
+1 -1
packages
cohttp
cohttp.6.0.0~alpha0
+1 -1
packages/cohttp/cohttp.6.0.0~alpha0/opam
···
depends: [
"dune" {>= "2.9"}
"http" {= version}
-
"ocaml" {>= "4.08"}
"re" {>= "1.9.0"}
"uri" {>= "2.0.0"}
"uri-sexp"
···
depends: [
"dune" {>= "2.9"}
"http" {= version}
+
("ocaml" {>= "4.08" & < "5.0"} | "ocaml" {>= "5.0"} & "base-bytes")
"re" {>= "1.9.0"}
"uri" {>= "2.0.0"}
"uri-sexp"