Packages

Type-safe PubSub and Registry for Gleam actors with distributed clustering support

Current section

Files

Jump to
glyn src glyn.app.src
Raw

src/glyn.app.src

{application, glyn, [
{vsn, "2.0.3"},
{applications, [gleam_erlang,
gleam_otp,
gleam_stdlib,
syn]},
{description, "Type-safe PubSub and Registry for Gleam actors with distributed clustering support"},
{modules, [glyn@@main,
glyn@pubsub,
glyn@registry,
syn_ffi]},
{registered, []}
]}.