Current section

Files

Jump to
gleam_crypto src gleam_crypto.app.src
Raw

src/gleam_crypto.app.src

{application,gleam_crypto,
[{description,"Gleam bindings to the BEAM cryptography functions"},
{vsn,"0.2.0"},
{registered,[]},
{applications,[kernel,stdlib,gleam_stdlib,ssl,crypto]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub",
"https://github.com/gleam-experiments/crypto"}]}]}.