| 1234567891011121314 |
- {application, emqx, [
- {id, "emqx"},
- {vsn, "git"},
- {description, "EMQ X Broker"},
- {modules, []},
- {registered, []},
- {applications, [kernel,stdlib,jsx,gproc,gen_rpc,esockd,cowboy,
- replayq,sasl,os_mon]},
- {env, []},
- {mod, {emqx_app,[]}},
- {maintainers, ["Feng Lee <feng@emqx.io>"]},
- {licenses, ["Apache-2.0"]},
- {links, [{"Github", "https://github.com/emqx/emqx"}]}
- ]}.
|