12 lines
494 B
Erlang
12 lines
494 B
Erlang
{application,unicode_util_compat,
|
|
[{description,"unicode_util compatibility library for Erlang < 20"},
|
|
{vsn,"0.7.0"},
|
|
{registered,[]},
|
|
{applications,[kernel,stdlib]},
|
|
{env,[]},
|
|
{modules,[]},
|
|
{licenses,["Apache 2.0"]},
|
|
{links,[{"Github",
|
|
"https://github.com/benoitc/unicode_util_compat"}]},
|
|
{files,["src","rebar.config","README.md","LICENSE"]}]}.
|