rebar3/_build/default/lib/relx/src/relx.app.src

9 lines
350 B
Erlang

{application,relx,
[{description,"Release assembler for Erlang/OTP Releases"},
{vsn,"4.6.0"},
{modules,[]},
{registered,[]},
{applications,[kernel,stdlib,bbmustache]},
{licenses,["Apache-2.0"]},
{links,[{"Github","https://github.com/erlware/relx"}]}]}.