Packages

Minimal library for creating and running permutations on Lists while ensuring runtime safety.

Current section

Files

Jump to
twister src twister.app.src
Raw

src/twister.app.src

{application, twister, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib]},
{description, "Minimal library for creating and running permutations on Lists while ensuring runtime safety."},
{modules, [twister,
twister@@main,
twister@property,
twister@util]},
{registered, []}
]}.