Current section
Files
Jump to
Current section
Files
src/idna.app.src
{application,idna,
[{description,"A pure Erlang IDNA implementation"},
{vsn,"7.1.0"},
{modules,[]},
{registered,[]},
{applications,[kernel,stdlib]},
{licenses,["MIT"]},
{links,[{"GitHub","https://github.com/benoitc/erlang-idna"},
{"Changelog",
"https://github.com/benoitc/erlang-idna/blob/master/CHANGELOG"}]},
{doc,#{main => "readme",
extras => ["README.md","CHANGELOG","LICENSE"]}}]}.