Current section
Files
Jump to
Current section
Files
src/rebar3_deb.app.src
{application,rebar3_deb,
[{description,"A rebar plugin to package releases as debian package"},
{vsn,"0.1.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"Github",
"https://github.com/drvspw/rebar3_deb.git"}]}]}.