Packages

Gleam based implementation of TentHash for Erlang targets

Current section

Files

Jump to
tenthash src tenthash.app.src
Raw

src/tenthash.app.src

{application, tenthash, [
{vsn, "1.1.1"},
{applications, [bigi,
gleam_stdlib]},
{description, "Gleam based implementation of TentHash for Erlang targets"},
{modules, [tenthash,
tenthash@@main]},
{registered, []}
]}.