14 lines
720 B
Erlang
14 lines
720 B
Erlang
{application,fewd,
|
|
[{description,"Front End Web Dev in Erlang stuff"},
|
|
{registered,[]},
|
|
{included_applications,[]},
|
|
{applications,[stdlib,kernel]},
|
|
{vsn,"0.2.0"},
|
|
{modules,[fd_cache,fd_httpd,fd_httpd_client,fd_httpd_client_man,
|
|
fd_httpd_client_sup,fd_httpd_clients,fd_httpd_sfc,
|
|
fd_httpd_sfc_cache,fd_httpd_sfc_entry,fd_httpd_utils,
|
|
fd_sup,fd_wsp,fewd,qhl,qhl_ws,wfc,wfc_bm,wfc_eval,
|
|
wfc_eval_context,wfc_ltr,wfc_pp,wfc_read,wfc_sentence,
|
|
wfc_sftt,wfc_ttfuns,wfc_utils,wfc_word,zj]},
|
|
{mod,{fewd,[]}}]}.
|