Packages

A transducer library for composable algorithmic transformations.

Current section

Files

Jump to
gtransducer src gtransducer.app.src
Raw

src/gtransducer.app.src

{application, gtransducer, [
{vsn, "1.0.1"},
{applications, [gleam_erlang,
gleam_stdlib,
gleeunit]},
{description, "A transducer library for composable algorithmic transformations."},
{modules, [gtransducer]},
{registered, []}
]}.