Current section
Files
Jump to
Current section
Files
src/whisper.app.src
{application, whisper, [
{vsn, "0.2.0"},
{applications, [gleam_deque,
gleam_stdlib]},
{description, "Local process pub/sub for Gleam with buffered subscriptions. Cross-platform support for Erlang and JavaScript."},
{modules, [whisper,
whisper@@main,
whisper@buffer,
whisper_ffi,
whisper_registry,
whisper_topic]},
{registered, []}
]}.