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