aboutsummaryrefslogblamecommitdiffstats
path: root/lib/ftp/src/ftp.app.src
blob: 66ccace390bf7ce570470dc011b35b63a8828190 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                              
                 






                        






                          
                                                                
    
{application, ftp,
 [{description, "FTP client"},
  {vsn, "%VSN%"},
  {registered, []},
  {mod, { ftp_app, []}},
  {applications,
   [kernel,
    stdlib
   ]},
  {env,[]},
  {modules, [
             ftp,
             ftp_app,
             ftp_progress,
             ftp_response,
             ftp_sup
            ]},
  {runtime_dependencies, ["erts-7.0","stdlib-3.5","kernel-6.0"]}
 ]}.