Packages

Local process pub/sub for Gleam with buffered subscriptions. Cross-platform support for Erlang and JavaScript.

Current section

Files

Jump to
whisper src whisper.app.src
Raw

src/whisper.app.src

{application, whisper, [
{vsn, "0.1.0"},
{applications, [gleam_stdlib]},
{description, "Topic-based pub/sub system with buffered subscriptions and callback listeners. Cross-platform support for Erlang and JavaScript."},
{modules, [whisper,
whisper@@main,
whisper_ffi]},
{registered, []}
]}.