Current section
Files
Jump to
Current section
Files
src/validerl.app.src
{ application
, validerl
, [ {description, "Erlang input validation and normalization utilities"}
, {vsn, "1.0.0"}
, {applications, [kernel, stdlib]}
, {modules, [validerl, normalizerl]}
, {maintainers, ["Inaka"]}
, {licenses, ["Apache 2.0"]}
, {links, [{"Github","https://github.com/inaka/validerl"}]}
, {build_tools, ["erlang.mk"]}
]
}.