gex/gex_httpd/ebin/gex_httpd.app
Peter Harpending 0c4e12ab53 initial commit
2025-09-23 13:20:27 -07:00

10 lines
389 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_sup]},
{mod,{gex_httpd,[]}}]}.