Packages

Fixed size FIFO cache implementation

Current section

Files

Jump to
fifocache src fifocache.app.src
Raw

src/fifocache.app.src

{application,fifocache,
[{description,"Fixed size FIFO cache implementation"},
{vsn,"1.0.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Yuki Ito"]},
{licenses,["Apache"]},
{links,[{"Github","https://github.com/mururu/fifocache"}]}]}.