Current section

Files

Jump to
dns_erlang src dns_erlang.app.src
Raw

src/dns_erlang.app.src

{application,dns_erlang,
[{description,"An Erlang DNS message library that supports most common record types, TSIG authenticated messages, EDNS0 and DNSSEC."},
{vsn,"3.1.2"},
{modules,[]},
{registered,[]},
{applications,[kernel,stdlib,crypto,base32]},
{env,[]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/dnsimple/dns_erlang"}]}]}.