Current section
Files
Jump to
Current section
Files
src/reki.app.src
{application, reki, [
{vsn, "1.0.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@ets,
reki_ets_ffi]},
{registered, []}
]}.