aboutsummaryrefslogtreecommitdiff
path: root/src/coaperl.app.src
blob: df8c84c45b6d0213a59d8479ad35c61c5fd03b1c (plain)
1
2
3
4
5
6
7
8
9
10
11
{application, coaperl,
 [
  {description, ""},
  {vsn, "1"},
  {registered, []},
  {applications, [
                  kernel,
                  stdlib
                 ]},
  {env, []}
 ]}.