Packages

Erlang Mustache template rendering library

Current section

Files

Jump to
emo src emo.app.src
Raw

src/emo.app.src

{application,emo,
[{description,"Erlang Mustache template rendering library"},
{vsn,"0.3.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{maintainers,["Christoffer Vikstrom"]},
{licenses,["Apache"]},
{links,[{"Github","https://github.com/cvik/emo"}]},
{modules,[]},
{env,[]}]}.