summaryrefslogtreecommitdiff
path: root/systest/all_SUITE_data/alias_clash/src/alias_clash.app.src
blob: b4cdda2920d10df5c7c35ea8c4df51e03a0af8ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{application, alias_clash,
 [{description, "An OTP library"},
  {vsn, "0.1.0"},
  {registered, []},
  {applications,
   [kernel,
    stdlib
   ]},
  {env,[]},
  {modules, []},

  {maintainers, []},
  {licenses, ["Apache 2.0"]},
  {links, []}
 ]}.