Packages

A hello world app written in Erlang/OTP.

Current section

Files

Jump to
hello_erl src hello_erl.app.src
Raw

src/hello_erl.app.src

{application,hello_erl,
[{description,"A hello world app written in Erlang/OTP."},
{vsn,"0.1.2"},
{registered,[]},
{mod,{hello_erl_app,[]}},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["ISC"]},
{links,[]}]}.