this repo has no description

cohttp_async_websockets: upper bounds on cohttp must exclude the pre-releases as well

Changed files
+1 -1
packages
cohttp_async_websocket
cohttp_async_websocket.v0.16.0
+1 -1
packages/cohttp_async_websocket/cohttp_async_websocket.v0.16.0/opam
···
"ppx_jane" {>= "v0.16" & < "v0.17"}
"base64" {>= "3.4.0"}
"cohttp" {>= "2.5.6"}
-
"cohttp-async" {>= "2.5.7" & < "3.0.0" | >= "5.1.1" & < "6.0.0"}
+
"cohttp-async" {>= "2.5.7" & < "3.0.0" | >= "5.1.1" & < "6.0.0~"}
"dune" {>= "2.0.0"}
"uri-sexp" {>= "3.0.0"}
]