basho / webmachine (http://webmachine.basho.com/)

A REST-based system for building web applications.

Clone this repository (size: 1.8 MB): HTTPS / SSH
$ hg clone http://hg.basho.com/webmachine
commit 124: ea116b5f28d0
parent 123: 992fa3d75571
branch: default
app file needs to be in ebin, not src
Bry...@basho.com>
6 months ago

Changed (Δ732 bytes):

raw changeset »

deps/mochiweb/ebin/mochiweb.app (32 lines added, 0 lines removed)

deps/mochiweb/src/mochiweb.app

Up to file-list deps/mochiweb/ebin/mochiweb.app:

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