{application, reki, [
    {vsn, "1.1.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, []}
]}.
