15 lines
439 B
Erlang
15 lines
439 B
Erlang
{application, emqx_coap,
|
|
[{description, "EMQX CoAP Gateway"},
|
|
{vsn, "4.3.4"}, % strict semver, bump manually!
|
|
{modules, []},
|
|
{registered, []},
|
|
{applications, [kernel,stdlib,gen_coap]},
|
|
{mod, {emqx_coap_app, []}},
|
|
{env, []},
|
|
{licenses, ["Apache-2.0"]},
|
|
{maintainers, ["EMQX Team <contact@emqx.io>"]},
|
|
{links, [{"Homepage", "https://emqx.io/"},
|
|
{"Github", "https://github.com/emqx/emqx-coap"}
|
|
]}
|
|
]}.
|