HomeKit Accessory Protocol (HAP) 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.

-4
-2
dune-project
··· 23 23 (crypto (>= 1.0.0)) 24 24 (crypto-ec (>= 1.0.0)) 25 25 (crypto-rng (>= 1.0.0)) 26 - (digestif (>= 1.2.0)) 27 26 (eio (>= 1.0)) 28 - (eio_main (>= 1.0)) 29 27 (re (>= 1.10)) 30 28 (requests (>= 0.1)) 31 29 (jsont (>= 0.1))
-2
hap.opam
··· 17 17 "crypto" {>= "1.0.0"} 18 18 "crypto-ec" {>= "1.0.0"} 19 19 "crypto-rng" {>= "1.0.0"} 20 - "digestif" {>= "1.2.0"} 21 20 "eio" {>= "1.0"} 22 - "eio_main" {>= "1.0"} 23 21 "re" {>= "1.10"} 24 22 "requests" {>= "0.1"} 25 23 "jsont" {>= "0.1"}