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.

meross: declare arp, re, vlog dependencies

bin/dune uses all three. Surfaced by `dune build -p meross`.

+6
+3
dune-project
··· 29 29 (crypto-rng (>= 1.0)) 30 30 (ptime (>= 1.0)) 31 31 (uri (>= 4.0)) 32 + arp 33 + re 34 + vlog 32 35 (alcotest :with-test) 33 36 (alcobar :with-test) 34 37 (mdx :with-test)
+3
meross.opam
··· 24 24 "crypto-rng" {>= "1.0"} 25 25 "ptime" {>= "1.0"} 26 26 "uri" {>= "4.0"} 27 + "arp" 28 + "re" 29 + "vlog" 27 30 "alcotest" {with-test} 28 31 "alcobar" {with-test} 29 32 "mdx" {with-test}