Subversion Repositories SE.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
12 7u83 1
%% This is generated from src/mochiweb.app.src
2
{application, mochiweb,
3
 [{description, "MochiMedia Web Server"},
4
  {vsn, "2.20.0"},
5
  {modules, []},
6
  {registered, []},
7
  {env, []},
8
  {applications, [kernel, stdlib, crypto, inets, ssl, xmerl,
9
                  compiler, syntax_tools]},
10
 
11
  {maintainers, ["Bob Ippolito"]},
12
  {licenses, ["MIT"]},
13
  {links, [{"Github", "https://github.com/mochi/mochiweb"}]}
14
 ]
15
}.