Current section
Files
Jump to
Current section
Files
src/gleamy_zipper.app.src
{application, gleamy_zipper, [
{vsn, "0.1.1"},
{applications, [gleam_stdlib]},
{description, "A functional zipper library for Gleam. This library provides zipper implementations for common data structures like lists, binary trees, and rose trees."},
{modules, [gleamy_zipper@@main,
zipper@list,
zipper@rose_tree,
zipper@tree]},
{registered, []}
]}.