libmoo

Zig library for encoding and decoding Roon WebSocket message

Workaround package consumer downloads clap and websocket packages <https://github.com/ziglang/zig/issues/21525> Zig build system cannot determine if the dependency is required for the current step or not (for now.) For this case, moving the whole step (option) to individual build script is possible because the step (option) is not supposed to be depended by other packages.

Changes

6 changed files (+115/-47)