Packages

A library to validate email address format.

Current section

Files

Jump to
email_validator src email_validator.app.src
Raw

src/email_validator.app.src

{application,email_validator,
[{description,"A library to validate email address format."},
{vsn,"1.0.0"},
{applications,[kernel,stdlib]},
{licenses,["Apache-2.0"]},
{links,[{"Github",
"https://github.com/rbkmoney/email_validator.git"}]}]}.