Packages
MQTT v5 packet encoder and decoder
Current section
Files
Jump to
Current section
Files
mqtt_packet_map
rebar.config
rebar.config
{require_min_otp_vsn, "25"}.
{erl_opts, [
debug_info,
warn_unused_vars,
warn_shadow_vars,
warn_unused_import
]}.
{deps, []}.
{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
{source_url, <<"https://github.com/zotonic/mqtt_packet_map">>},
{extras, [<<"README.md">>, <<"LICENSE">>]},
{main, <<"readme">>}]}.
{profiles, [
{test, [
{deps, [
{proper, "1.2.0"}
]},
{xref_checks, [
undefined_function_calls,
locals_not_used,
deprecated_function_calls
]},
{xref_ignores, [
]},
{dialyzer, [
{warnings, [
no_return
]}
]}
]}
]}.