summaryrefslogtreecommitdiff
path: root/deps/mochiweb/src/mochiweb.app.src
blob: 1df311759866ecaa837c50b2aab645d798c9e56d (plain)
1
2
3
4
5
6
7
8
9
%% This is generated from src/mochiweb.app.src
{application, mochiweb,
 [{description, "MochiMedia Web Server"},
  {vsn, git},
  {modules, []},
  {registered, []},
  {mod, {mochiweb_app, []}},
  {env, []},
  {applications, [kernel, stdlib, crypto, inets]}]}.