msp/ebin/msp.app
Jarvis Carroll e9efcccfd0 initial commit
I have an implementation of reliable messages in another
repo, but I want to start over with a focus on streams.
2025-10-23 08:47:40 +00:00

15 lines
764 B
Erlang

{application,msp,
[{description,"Reliable transport over UDP"},
{registered,[]},
{included_applications,[]},
{applications,[stdlib,kernel]},
{vsn,"0.1.0"},
{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,funfile,appmod,'_state','_sup',
'_top',appmod,'_client','_client_man','_client_sup',
'_clients','_sup',appmod,'_con','_gui','_sup',
simplecli,worker,worker_man,worker_sup,workers]},
{mod,{msp,[]}}]}.