Packages

An extremly fast and simple templating library in Erlang

Current section

Files

Jump to
templaterl src templaterl.app.src
Raw

src/templaterl.app.src

{application,templaterl,
[{applications,[kernel,stdlib]},
{description,"An extremly fast and simple templating library in Erlang"},
{env,[]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/shezarkhani/templaterl"}]},
{maintainers,["Sasan Hezarkhani","Ahmad Mokhtar",
"Matheus Mendes"]},
{modules,[templaterl]},
{registered,[]},
{vsn,"0.1.1"}]}.