cohttp.6.0.0~alpha0 uses the bytes library
Adjust constraint accordingly.
Etienne Millon 2 years ago 29bd62b8 ed47929e
··· 35 35 depends: [ 36 36 "dune" {>= "2.9"} 37 37 "http" {= version} 38 38 - "ocaml" {>= "4.08"} 38 38 + ("ocaml" {>= "4.08" & < "5.0"} | "ocaml" {>= "5.0"} & "base-bytes") 39 39 "re" {>= "1.9.0"} 40 40 "uri" {>= "2.0.0"} 41 41 "uri-sexp"