Packages

Implements LRU cache in Erlang OTP application

Current section

Files

Jump to
elru src elru.app.src
Raw

src/elru.app.src

{application,elru,
[{description,"Implements LRU cache in Erlang OTP application"},
{vsn,"1.1.0"},
{registered,[]},
{mod,{elru_app,[]}},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Dylgyrzhapov Buin"]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/Biunovich/ELRU"}]}]}.