Packages

Persistent ETS tables backed by DETS — fast in-memory access with automatic disk persistence for the BEAM

Current section

Files

Jump to
shelf src shelf.app.src
Raw

src/shelf.app.src

{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, []}
]}.