Current section

Files

Jump to
filezcache src filezcache.app.src
Raw

src/filezcache.app.src

{application,filezcache,
[{description,"FilezCache"},
{vsn,"2.1.0"},
{modules,[]},
{registered,[filezcache_sup,filezcache_entry_manager,
filezcache_entry_sup,filezcache_event]},
{mod,{filezcache_app,[]}},
{env,[{max_bytes,10737418240}]},
{applications,[kernel,stdlib,crypto,mnesia]},
{maintainers,["Zotonic Team"]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/mworrell/filezcache"}]}]}.