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.

Prefix encoding packages with nox-

Extends the nox- prefix to the remaining encoding/codec packages —
none clash with opam-repository today, but the rule "blacksun forks
get nox-" applies the same way regardless of conflict status.

Renamed: json, xml, meta, opam, protobuf -> nox-*

+3 -3
+1 -1
dune-project
··· 24 24 (eio_main (>= 1.0)) 25 25 (fmt (>= 0.9)) 26 26 (ipaddr (>= 5.0)) 27 - (json (>= 0.1.0)) 27 + (nox-json (>= 0.1.0)) 28 28 (logs (>= 0.7)) 29 29 (nox-crypto-rng (>= 1.0)) 30 30 (ptime (>= 1.0))
+1 -1
lib/dune
··· 5 5 digestif 6 6 eio 7 7 fmt 8 - json 8 + nox-json 9 9 logs 10 10 nox-crypto-rng 11 11 requests
+1 -1
meross.opam
··· 19 19 "eio_main" {>= "1.0"} 20 20 "fmt" {>= "0.9"} 21 21 "ipaddr" {>= "5.0"} 22 - "json" {>= "0.1.0"} 22 + "nox-json" {>= "0.1.0"} 23 23 "logs" {>= "0.7"} 24 24 "nox-crypto-rng" {>= "1.0"} 25 25 "ptime" {>= "1.0"}