this repo has no description

bounds for cohttp 6*:

```
File "cohttp-lwt-unix/test/test_parser.ml", line 224, characters 42-68:
224 | Transfer.sexp_of_chunk chunk |> Sexplib.Sexp.to_string_hum)
^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Sexplib
```

current_web:

```
File "lib_web/current_web.ml", line 180, characters 2-21:
180 | Sexplib.Sexp.pp_hum f (Conduit_lwt_unix.sexp_of_server mode)
^^^^^^^^^^^^^^^^^^^
Error: Unbound module Sexplib
```

```
File "lib_web/dune", line 33, characters 3-10:
33 | sexplib
^^^^^^^
Error: Library "sexplib" not found.
```

websocket (where websocket-lwt-unix fails):
```
File "lwt/wscat.ml", line 83, characters 49-75:
83 | let endp_str = endp |> Conduit.sexp_of_endp |> Sexplib.Sexp.to_string_hum in
^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Sexplib
```

Changed files
+13 -10
packages
cohttp-lwt-unix
cohttp-lwt-unix.6.0.0~alpha0
cohttp-lwt-unix.6.0.0~alpha1
cohttp-lwt-unix.6.0.0~alpha2
cohttp-lwt-unix.6.0.0~beta2
current_web
current_web.0.1
current_web.0.2
current_web.0.3
websocket
websocket.2.15
websocket.2.16
+2 -2
packages/cohttp-lwt-unix/cohttp-lwt-unix.6.0.0~alpha0/opam
···
"cohttp-lwt" {= version}
"cmdliner" {>= "1.1.0"}
"lwt" {>= "3.0.0"}
-
"conduit-lwt" {>= "5.0.0"}
-
"conduit-lwt-unix" {>= "5.0.0"}
+
"conduit-lwt" {>= "5.0.0" & < "7.0.0"}
+
"conduit-lwt-unix" {>= "5.0.0" & < "7.0.0"}
"fmt" {>= "0.8.2"}
"base-unix"
"ppx_sexp_conv" {>= "v0.13.0"}
+2 -2
packages/cohttp-lwt-unix/cohttp-lwt-unix.6.0.0~alpha1/opam
···
"cohttp-lwt" {= version}
"cmdliner" {>= "1.1.0"}
"lwt" {>= "3.0.0"}
-
"conduit-lwt" {>= "5.0.0"}
-
"conduit-lwt-unix" {>= "5.0.0"}
+
"conduit-lwt" {>= "5.0.0" & < "7.0.0"}
+
"conduit-lwt-unix" {>= "5.0.0" & < "7.0.0"}
"fmt" {>= "0.8.2"}
"base-unix"
"ppx_sexp_conv" {>= "v0.13.0"}
+2 -2
packages/cohttp-lwt-unix/cohttp-lwt-unix.6.0.0~alpha2/opam
···
"cohttp-lwt" {= version}
"cmdliner" {>= "1.1.0"}
"lwt" {>= "3.0.0"}
-
"conduit-lwt" {>= "5.0.0"}
-
"conduit-lwt-unix" {>= "5.0.0"}
+
"conduit-lwt" {>= "5.0.0" & < "7.0.0"}
+
"conduit-lwt-unix" {>= "5.0.0" & < "7.0.0"}
"fmt" {>= "0.8.2"}
"base-unix"
"ppx_sexp_conv" {>= "v0.13.0"}
+2 -2
packages/cohttp-lwt-unix/cohttp-lwt-unix.6.0.0~beta2/opam
···
"cohttp-lwt" {= version}
"cmdliner" {>= "1.1.0"}
"lwt" {>= "3.0.0"}
-
"conduit-lwt" {>= "5.0.0"}
-
"conduit-lwt-unix" {>= "5.0.0"}
+
"conduit-lwt" {>= "5.0.0" & < "7.0.0"}
+
"conduit-lwt-unix" {>= "5.0.0" & < "7.0.0"}
"fmt" {>= "0.8.2"}
"base-unix"
"ppx_sexp_conv" {>= "v0.13.0"}
+1
packages/current_web/current_web.0.1/opam
···
"cohttp-lwt-unix" {>= "2.2.0"}
"tyxml"
"dune" {>= "1.9"}
+
"conduit" {< "7.0.0"}
]
url {
src:
+1
packages/current_web/current_web.0.2/opam
···
"tyxml"
"routes" {>= "0.7.0" & < "0.8.0"}
"dune" {>= "1.9"}
+
"conduit" {< "7.0.0"}
]
url {
src:
+1
packages/current_web/current_web.0.3/opam
···
"tyxml"
"routes" {>= "0.8.0" & < "2.0.0"}
"dune" {>= "2.0"}
+
"conduit" {< "7.0.0"}
]
url {
src:
+1 -1
packages/websocket/websocket.2.15/opam
···
"dune" {>= "2.9"}
"ocaml" {>= "4.06.0"}
"base64" {>= "3.3.0"}
-
"conduit" {>= "5.1.0"}
+
"conduit" {>= "5.1.0" & < "7.0.0"}
"cohttp" {>= "5.0.0"}
"ocplib-endian" {>= "1.0"}
"astring" {>= "0.8.3"}
+1 -1
packages/websocket/websocket.2.16/opam
···
"dune" {>= "2.9"}
"ocaml" {>= "4.06.0"}
"base64" {>= "3.3.0"}
-
"conduit" {>= "5.1.0"}
+
"conduit" {>= "5.1.0" & < "7.0.0"}
"cohttp" {>= "5.0.0"}
"ocplib-endian" {>= "1.0"}
"astring" {>= "0.8.3"}