10 lines
460 B
Erlang

{application,zx,
[{description,"An Erlang development tool and Zomp user client"},
{vsn,"0.9.0"},
{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}}]}.