this repo has no description

ocaml 5: cry uses bytes

Depend on `base-bytes` to avoid this failure:

#=== ERROR while compiling cry.0.6.7 ==========================================#
# context 2.2.0~alpha~dev | linux/x86_64 | ocaml-base-compiler.5.0.0 | file:///home/opam/opam-repository
# path ~/.opam/5.0/.opam-switch/build/cry.0.6.7
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p cry -j 255 @install
# exit-code 1
# env-file ~/.opam/log/cry-8-6efd18.env
# output-file ~/.opam/log/cry-8-6efd18.out
### output ###
# File "src/dune", line 5, characters 2-7:
# 5 | bytes
# ^^^^^
# Error: Library "bytes" not found.

Changed files
+3
packages
cry
cry.0.6.5
cry.0.6.6
cry.0.6.7
+1
packages/cry/cry.0.6.5/opam
···
bug-reports: "https://github.com/savonet/ocaml-cry/issues"
depends: [
"dune" {> "2.0"}
+
"base-bytes"
]
depopts: [
"ssl"
+1
packages/cry/cry.0.6.6/opam
···
depends: [
"dune" {>= "2.8"}
"odoc" {with-doc}
+
"base-bytes"
]
depopts: ["ssl" "osx-secure-transport"]
conflicts: [
+1
packages/cry/cry.0.6.7/opam
···
depends: [
"dune" {>= "2.8"}
"odoc" {with-doc}
+
"base-bytes"
]
depopts: ["ssl" "osx-secure-transport"]
conflicts: [