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