Packages

Simple LRU Cache Application

Current section

Files

Jump to
kashe src kashe.app.src
Raw

src/kashe.app.src

{application,kashe,
[{description,"Simple LRU Cache Application"},
{vsn,"1.0.0"},
{registered,[]},
{mod,{kashe_app,[]}},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Goncalo Tomas"]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/ClicaAi/kashe"}]}]}.