Current section
Files
Jump to
Current section
Files
src/lru.app.src
{application, 'lru',
[{description, "implements a fixed-size LRU cache"},
{vsn, "1.2.0"},
{registered, []},
{applications,
[kernel,
stdlib
]},
{env,[]},
{modules, []},
{contributors, [
"Benoit Chesneau",
"Constantin Rack"]},
{licenses, ["BSD"]},
{links, [{"Github", "https://github.com/barrel-db/erlang-lru"}]}
]}.