Packages

Open Source Control Application

Current section

Files

Jump to
erlang_osc src osc.app.src
Raw

src/osc.app.src

{application, erlang_osc,
[{description, "Open Source Control Application"},
{vsn, "1.0.0"},
{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"}]}
]}.