OCaml library for controlling Meross smart plugs via local HTTP API
0
fork

Configure Feed

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

drop unused [loc] dep from 22 packages

[monopam lint] flagged [loc] as declared-but-not-needed across:
bottler, dupfind, ocaml-agent / auth / freebox / gauth / hap / http /
linkedin / merlin / meross / oauth / osv / paseto / requests / runc /
scaleway / sigstore / spacedata / stix, plus prune and space.

These packages don't import [Loc] directly — they only pull in
[Json.Error] or similar high-level facades, which re-export the
[Loc] surface they need. Drop the stale declaration so the opam
depends stay honest.

+1 -3
+1 -2
dune-project
··· 30 30 (uri (>= 4.0)) 31 31 (alcotest :with-test) 32 32 (alcobar :with-test) 33 - (odoc :with-doc) 34 - loc)) 33 + (odoc :with-doc)))
-1
meross.opam
··· 27 27 "alcotest" {with-test} 28 28 "alcobar" {with-test} 29 29 "odoc" {with-doc} 30 - "loc" 31 30 ] 32 31 build: [ 33 32 ["dune" "subst"] {dev}