msp/zomp.meta
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

18 lines
408 B
Plaintext

{name,"Minimal Stream Protocol"}.
{type,app}.
{modules,[]}.
{prefix,"msp"}.
{author,"Jarvis Carroll"}.
{desc,"Reliable transport over UDP"}.
{package_id,{"otpr","msp",{0,1,0}}}.
{deps,[]}.
{key_name,none}.
{a_email,"spiveehere@gmail.com"}.
{c_email,"spiveehere@gmail.com"}.
{copyright,"Jarvis Carroll"}.
{file_exts,[]}.
{license,"MIT"}.
{repo_url,"https://git.qpq.swiss/spivee/msp"}.
{tags,[]}.
{ws_url,[]}.