Matter smart home protocol implementation for OCaml
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.

-2
-1
dune-project
··· 18 18 as specified in the Matter Core Specification.") 19 19 (depends 20 20 (ocaml (>= 4.14)) 21 - (dune-configurator (< 3.21)) 22 21 (crypto (>= 0.1)) 23 22 (crypto-ec (>= 0.1)) 24 23 (crypto-rng (>= 0.1))
-1
matter.opam
··· 12 12 depends: [ 13 13 "dune" {>= "3.0"} 14 14 "ocaml" {>= "4.14"} 15 - "dune-configurator" {< "3.21"} 16 15 "crypto" {>= "0.1"} 17 16 "crypto-ec" {>= "0.1"} 18 17 "crypto-rng" {>= "0.1"}