Current section
Files
Jump to
Current section
Files
src/rebar3_undertone.app.src
{application,rebar3_undertone,
[{description,"A rebar3 plugin for undertone"},
{vsn,"0.1.0-rc1"},
{registered,[]},
{applications,[kernel,stdlib,lfe]},
{env,[]},
{modules,[rebar3_undertone_prv_repl,rebar3_undertone]},
{pkg_name,rebar3_undertone},
{licenses,["Apache 2.0"]},
{maintainers,["Duncan McGreggor"]},
{links,[{"GitHub","https://github.com/ut-proj/rebar3_undertone"},
{"Hex","https://hex.pm/packages/rebar3_undertone"},
{"undertone","https://github.com/ut-proj/undertone"}]}]}.