Current section
Files
Jump to
Current section
Files
src/erlup.app.src
%% vim: set filetype=erlang : -*- erlang -*-
{application, erlup,
[{description,"Upgrade tools for Erlang/OTP. Contains rebar3 plugin and escript."},
{vsn, "0.0.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{maintainers, ["Hinagiku Soranoba"]},
{licenses,["MIT"]},
{links,[{"GitHub","https://github.com/soranoba/erlup"}]},
{env,[]}]}.