Current section

Files

Jump to
erlffx src erlffx.app.src
Raw

src/erlffx.app.src

{application,erlffx,
[{description,"Format-Preserving Encryption - FFX"},
{vsn,"1.2.0"},
{registered,[erlffx]},
{applications,[kernel,stdlib,crypto]},
{env,[]},
{modules,[]},
{licenses,["MIT"]},
{links,[{"GitHub","https://github.com/g-andrade/erlffx"},
{"GitLab","https://gitlab.com/g-andrade/erlffx"}]}]}.