aboutsummaryrefslogtreecommitdiffstats
path: root/src/relx.app.src
blob: 9d0734157a8d5c4201f15ba82179ac78da12bf60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{application,relx,
             [{description,"Release assembler for Erlang/OTP Releases"},
              {vsn,"3.1.0"},
              {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"}]}]}.