Packages

Distributed pub/sub for Gleam with automatic cluster synchronization across BEAM nodes

Current section

Files

Jump to
roar src roar.app.src
Raw

src/roar.app.src

{application, roar, [
{vsn, "0.1.0"},
{applications, [gleam_stdlib,
whisper]},
{description, "Distributed pub/sub for Gleam with automatic cluster synchronization across BEAM nodes"},
{modules, [roar,
roar@@main,
roar_ffi]},
{registered, []}
]}.