Current section
Files
Jump to
Current section
Files
src/esockd.app.src
{application, esockd, [
{description, "Erlang General Non-blocking TCP/SSL Server"},
{vsn, "4.1.1"},
{modules, []},
{registered, []},
{applications, [kernel,
stdlib,
gen_logger]},
{mod, {esockd_app, []}},
{env, [{logger, {error_logger, info}}]},
{maintainers, ["Feng Lee <feng@emqtt.io>"]},
{licenses, ["MIT"]},
{links, [{"Github", "https://github.com/emqtt/esockd"}]}
]}.