aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ftp/src/ftp.app.src
blob: ac9ae2ac538a06428949c97c9f1dcce9ec16dc0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{application, ftp,
 [{description, "FTP client"},
  {vsn, "1.0.0"},
  {registered, []},
  {mod, { ftp_app, []}},
  {applications,
   [kernel,
    stdlib
   ]},
  {env,[]},
  {modules, []},

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