Packages

A Gleam actor registry that manages actors by key, with fast ETS lookups and automatic cleanup

Current section

Files

Jump to
reki src reki.app.src
Raw

src/reki.app.src

{application, reki, [
{vsn, "1.2.0"},
{applications, [gleam_erlang,
gleam_otp,
gleam_stdlib]},
{description, "A Gleam actor registry that manages actors by key, with fast ETS lookups and automatic cleanup"},
{modules, [reki,
reki@@main,
reki_server,
reki_test_ffi]},
{registered, []}
]}.