Packages

Plugin to enable non-Erlang deps specification

Current section

Files

Jump to
rebar3_static_deps src rebar3_static_deps.app.src
Raw

src/rebar3_static_deps.app.src

{application,rebar3_static_deps,
[{description,"Plugin to enable non-Erlang deps specification"},
{vsn,"2021.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{licenses,["Apache License, Version 2.0"]},
{links,[{"GitHub",
"https://github.com/shiguredo/rebar3_static_deps"}]},
{env,[]}]}.