{application, shelf, [
    {vsn, "0.1.0"},
    {applications, [gleam_erlang,
                    gleam_stdlib]},
    {description, "Persistent ETS tables backed by DETS — fast in-memory access with automatic disk persistence for the BEAM"},
    {modules, [shelf,
               shelf@@main,
               shelf@bag,
               shelf@duplicate_bag,
               shelf@internal,
               shelf@set,
               shelf_ffi]},
    {registered, []}
]}.
