gex/gex_httpd/ebin/gex_httpd.app
Peter Harpending 51c081fb55 bike shedding
2026-01-12 18:40:25 -08:00

11 lines
453 B
Erlang

{application,gex_httpd,
[{description,"Gajumaru Exchange HTTP Daemon"},
{registered,[]},
{included_applications,[]},
{applications,[stdlib,kernel]},
{vsn,"0.1.0"},
{modules,[gex_httpd,gh_client,gh_client_man,gh_client_sup,
gh_clients,gh_ct,gh_sfc,gh_sfc_cache,gh_sfc_entry,
gh_sup]},
{mod,{gex_httpd,[]}}]}.