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.

Apply dune fmt to dune files

Renaming packages to nox-* pushed several (libraries ...) lines past
dune fmt's wrap threshold, so dune fmt now spreads them one-per-line.
No semantic changes.

+10 -1
+10 -1
bin/dune
··· 2 2 (name main) 3 3 (public_name meross) 4 4 (package meross) 5 - (libraries meross cmdliner eio_main fmt ipaddr re nox-crypto-rng.unix nox-arp vlog)) 5 + (libraries 6 + meross 7 + cmdliner 8 + eio_main 9 + fmt 10 + ipaddr 11 + re 12 + nox-crypto-rng.unix 13 + nox-arp 14 + vlog))