rebar/priv/templates/simplelib.app.src

15 lines
271 B
Text
Raw Normal View History

2013-12-19 22:01:25 +00:00
{application, {{libid}},
[
{description, "An Erlang {{libid}} library"},
{vsn, "1"},
{modules, [
{{libid}}
]},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []}
]}.