aboutsummaryrefslogtreecommitdiffstats
path: root/src/relx.app.src
blob: c845982b8d894071233409d77cbf2e60e221ceae (plain) (blame)
1
2
3
4
5
6
7
8
9
{application,relx,
 [{description,"Release assembler for Erlang/OTP Releases"},
  {vsn,"git"},
  {modules,[]},
  {registered,[]},
  {applications,[kernel,stdlib,getopt,erlware_commons,bbmustache,
                 providers]},
  {licenses,["Apache"]},
  {links,[{"Github","https://github.com/erlware/relx"}]}]}.