17 lines
450 B
Erlang
17 lines
450 B
Erlang
{application, emqx,
|
|
[{description, "EMQ X Broker"},
|
|
{id, "emqx"},
|
|
{vsn, "git"},
|
|
{modules, []},
|
|
{registered, []},
|
|
{applications, [kernel,stdlib,gproc,gen_rpc,esockd,cowboy,
|
|
sasl,os_mon]},
|
|
{mod, {emqx_app,[]}},
|
|
{env, []},
|
|
{licenses, ["Apache-2.0"]},
|
|
{maintainers, ["EMQ X Team <contact@emqx.io>"]},
|
|
{links, [{"Homepage", "https://emqx.io/"},
|
|
{"Github", "https://github.com/emqx/emqx"}
|
|
]}
|
|
]}.
|