Current section

Files

Jump to
erldns src erldns.app.src
Raw

src/erldns.app.src

{application,erldns,
[{description,"Erlang Authoritative DNS Server"},
{vsn,"4.2.1"},
{licenses,["MIT"]},
{mod,{erldns_app,[]}},
{applications,[kernel,stdlib,inets,crypto,lager,dns_erlang,ssl,
mnesia,bear,folsom,iso8601,nodefinder,cowboy,
ranch]},
{start_phases,[{post_start,[]}]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/dnsimple/erldns"}]}]}.