Current section
Files
Jump to
Current section
Files
priv/templates/app-lib.src.tpl
{application, '{{name}}', [
{description, "{{description}}"},
{vsn, git},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env,[]},
{modules, []},
{licenses, ["Apache 2.0"]},
{links, []}
]}.