upstream: https://github.com/mirage/mirage-crypto
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: resolve unused dependency lint issues

Remove genuinely stale deps (merlin, duration, digestif, eio_main,
dune-configurator, printbox, printbox-text, tls-eio, ocamlformat,
bytesrw-eio) and add missing library declarations to dune files
(eio+logs in ocaml-oci/src, logs in ocaml-git/lib+bin).

Keep js_of_ocaml in space-ground (needed for modes js) and add it
to implicit_deps in lint since it's a compiler, not a library.

-1
-1
crypto-rng.opam
··· 15 15 "ocaml" {>= "4.14.0"} 16 16 "dune" {>= "2.7"} 17 17 "dune-configurator" {>= "2.0.0"} 18 - "duration" 19 18 "logs" 20 19 "crypto" {=version} 21 20 "digestif" {>= "1.1.4"}