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.3.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Benoit Chesneau","Constantin Rack"]},
{licenses,["BSD"]},
{links,[{"Github","https://github.com/barrel-db/erlang-lru"}]}]}.