Current section
Files
Jump to
Current section
Files
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.2.2"}]}.