Current section
Files
Jump to
Current section
Files
src/idna.app.src
{application,idna,
[{description,"A pure Erlang IDNA implementation"},
{vsn,"2.0.0"},
{modules,[idna,idna_unicode,idna_unicode_data,idna_ucs,
punycode]},
{registered,[]},
{applications,[kernel,stdlib]},
{maintainers,["Benoit Chesneau"]},
{license,["BSD"]},
{links,[{"Github","https://github.com/benoitc/erlang-idna"}]}]}.