Packages

Simple cache server

Current section

Files

Jump to
echc src echc.app.src
Raw

src/echc.app.src

{application,echc,
[{description,"Simple cache server"},
{vsn,"0.1.0"},
{registered,[]},
{mod,{echc_app,[]}},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub","https://github.com/f3c0/echc"}]}]}.