Packages

Provider for supporting the raw deps

Current section

Files

Jump to
rebar3_raw_deps src rebar3_raw_deps.app.src
Raw

src/rebar3_raw_deps.app.src

{application,rebar3_raw_deps,
[{description,"Provider for supporting the raw deps"},
{vsn,"2.0.0"},
{registered,[]},
{applications,[kernel,stdlib,bbmustache]},
{modules,[]},
{maintainers,["Hinagiku Soranoba"]},
{licenses,["MIT"]},
{links,[{"GitHub",
"https://github.com/soranoba/rebar3_raw_deps"}]},
{env,[]}]}.