/src/mochiweb.app

http://github.com/basho/mochiweb · Unknown · 35 lines · 35 code · 0 blank · 0 comment · 0 complexity · 1325e58fdf77b9a543c8ade856ee890c MD5 · raw file

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