Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 8742e21f6eb155508c15fdcbaa0351d8 > files > 100

erlang-webmachine-1.10.1-1.fc18.i686.rpm

%%-*- mode: erlang -*-
{application, webmachine_demo,
 [
  {description, "demo"},
  {vsn, "1"},
  {modules, []},
  {registered, []},
  {applications, [
                  kernel,
                  stdlib,
                  crypto,
                  mochiweb,
                  webmachine
                 ]},
  {mod, { webmachine_demo_app, []}},
  {env, []}
 ]}.