Current section

Files

Jump to
lru src lru.app.src
Raw

src/lru.app.src

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