api-v2/deps/idna/hex_metadata.config
2025-04-16 10:03:13 -03:00

20 lines
817 B
Plaintext

{<<"app">>,<<"idna">>}.
{<<"build_tools">>,[<<"rebar3">>]}.
{<<"description">>,<<"A pure Erlang IDNA implementation">>}.
{<<"files">>,
[<<"CHANGELOG">>,<<"LICENSE">>,<<"NOTICE">>,<<"README.md">>,
<<"rebar.config">>,<<"rebar.lock">>,<<"src/idna.app.src">>,
<<"src/idna.erl">>,<<"src/idna_bidi.erl">>,<<"src/idna_context.erl">>,
<<"src/idna_data.erl">>,<<"src/idna_logger.hrl">>,
<<"src/idna_mapping.erl">>,<<"src/idna_table.erl">>,<<"src/idna_ucs.erl">>,
<<"src/punycode.erl">>]}.
{<<"licenses">>,[<<"MIT">>]}.
{<<"links">>,[{<<"Github">>,<<"https://github.com/benoitc/erlang-idna">>}]}.
{<<"name">>,<<"idna">>}.
{<<"requirements">>,
[{<<"unicode_util_compat">>,
[{<<"app">>,<<"unicode_util_compat">>},
{<<"optional">>,false},
{<<"requirement">>,<<"~>0.7.0">>}]}]}.
{<<"version">>,<<"6.1.1">>}.