/src/mochiweb.app
http://github.com/basho/mochiweb · Unknown · 35 lines · 35 code · 0 blank · 0 comment · 0 complexity · 1325e58fdf77b9a543c8ade856ee890c MD5 · raw file
- {application, mochiweb,
- [{description, "MochiMedia Web Server"},
- {vsn, "0.02"},
- {modules, [
- mochiglobal,
- mochihex,
- mochijson,
- mochijson2,
- mochinum,
- mochiweb,
- mochiweb_app,
- mochiweb_charref,
- mochiweb_cookies,
- mochiweb_cover,
- mochiweb_echo,
- mochiweb_headers,
- mochiweb_html,
- mochiweb_http,
- mochiweb_mime,
- 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]}]}.