10 lines
431 B
Erlang
10 lines
431 B
Erlang
{application,zx,
|
|
[{description,"A Zomp user client"},
|
|
{vsn,"0.4.1"},
|
|
{applications,[stdlib,kernel]},
|
|
{modules,[zx,zx_auth,zx_conn,zx_conn_sup,zx_daemon,zx_key,
|
|
zx_lib,zx_local,zx_net,zx_peer,zx_peer_man,
|
|
zx_peer_sup,zx_peers,zx_proxy,zx_sup,zx_tty,
|
|
zx_userconf,zx_zsp]},
|
|
{mod,{zx,none}}]}.
|