Packages

helper library for making Erlang libraries logging framework agnostic

Current section

Files

Jump to
hut examples rebar3 src hut_example_rebar3.app.src
Raw

examples/rebar3/src/hut_example_rebar3.app.src

{application, hut_example_rebar3,
[{description, "An OTP library"},
{vsn, "0.1.0"},
{registered, []},
{applications,
[kernel,
stdlib,
hut_example
]},
{env,[]},
{modules, []},
{maintainers, []},
{licenses, []},
{links, []}
]}.