1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
{application, mochiweb,
[{description, "MochiMedia Web Server"},
{vsn, "113"},
{modules, [
mochihex,
mochijson,
mochijson2,
mochinum,
mochiweb,
mochiweb_app,
mochiweb_charref,
mochiweb_cookies,
mochiweb_echo,
mochiweb_headers,
mochiweb_html,
mochiweb_http,
mochiweb_multipart,
mochiweb_request,
mochiweb_response,
mochiweb_skel,
mochiweb_socket_server,
mochiweb_sup,
mochiweb_util,
reloader,
mochifmt,
mochifmt_std,
mochifmt_records
]},
{registered, []},
{mod, {mochiweb_app, []}},
{env, []},
{applications, [kernel, stdlib]}]}.
|