Packages

Fast case-insensitive validation and conversion between ISO Alpha-2, Alpha-3, and Numeric Country Codes.

Current section

Files

Jump to
countries_erlang src countries_erlang.app.src
Raw

src/countries_erlang.app.src

{application,countries_erlang,
[{description,"Fast case-insensitive validation and conversion between ISO Alpha-2, Alpha-3, and Numeric Country Codes."},
{vsn,"0.3.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Ahmad Mokhtar","Matheus Mendes",
"Sasan Hezarkhani"]},
{licenses,["MIT"]},
{links,[{"Github",
"https://github.com/amokhtar/countries_erlang"}]}]}.