Packages

An OTP application

Current section

Files

Jump to
egcache src egcache.app.src
Raw

src/egcache.app.src

{application,egcache,
[{description,"An OTP application"},
{vsn,"0.1.0"},
{registered,[]},
{mod,{egcache_app,[]}},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["yosef"]},
{licenses,["Apache"]},
{links,[{"Github","https://github.com/erlware/relx"}]}]}.