Packages

Validate Swedish personal identity numbers (personnummer)

Current section

Files

Jump to
personnummer_erl src personnummer_erl.app.src
Raw

src/personnummer_erl.app.src

{application,personnummer_erl,
[{description,"Validate Swedish personal identity numbers (personnummer)"},
{vsn,"3.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["MIT"]},
{links,[{"GitHub",
"https://github.com/denizdogan/personnummer_erl"},
{"Changelog",
"https://github.com/denizdogan/personnummer_erl/blob/main/CHANGELOG.md"},
{"Specification",
"https://github.com/personnummer/meta"}]}]}.