%% -*- mode: erlang -*- {application, emqx_machine, [ {id, "emqx_machine"}, {description, "The EMQX Machine"}, % strict semver, bump manually! {vsn, "0.2.6"}, {modules, []}, {registered, []}, {applications, [kernel, stdlib, emqx_ctl]}, {mod, {emqx_machine_app, []}}, {env, []}, {licenses, ["Apache-2.0"]}, {maintainers, ["EMQX Team "]}, {links, [ {"Homepage", "https://emqx.io/"}, {"Github", "https://github.com/emqx/emqx"} ]} ]}.