Current section
Files
Jump to
Current section
Files
src/erlang_osc.app.src
{application,erlang_osc,
[{description,"Open Source Control Application"},
{vsn,"1.0.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[{port,7123},{recbuf,8192}]},
{modules,[]},
{licenses,["ISC"]},
{maintainers,["Ruslan Babayev","Mariano Guerra"]},
{links,[{"Github","https://github.com/marianoguerra/erlang-osc"},
{"Github Upstream",
"https://github.com/mujaheed/erlang-osc"}]}]}.