Packages
An Erlang DNS message library that supports most common record types, TSIG authenticated messages, EDNS0 and DNSSEC.
Current section
Files
Jump to
Current section
Files
dns_erlang
rebar.config
rebar.config
% -*- mode: Erlang; -*-
{cover_enabled, true}.
{cover_print_enabled, true}.
{edoc_opts, [
{overview, "priv/overview.edoc"},
{def, []},
{dir, "doc"}
]}.
{erl_opts, [
debug_info,
inline,
inline_list_funcs,
{platform_define, "^[0-9]+", namespaced_types}
]}.
{project_plugins, [erlfmt, rebar3_depup]}.
{deps, [base32]}.
{eunit_opts, [verbose]}.
{plugins, [rebar3_hex, {provider_asn1, "0.4.1"}]}.
{provider_hooks, [
{pre, [{compile, {asn, compile}}]},
{post, [{clean, {asn, clean}}]}
]}.
{dialyzer, [{warnings, [no_unknown]}]}.
{erlfmt, [
write,
{print_width, 140},
{exclude_files, ["include/DNS-ASN1.hrl", "src/DNS-ASN1.erl"]}
]}.