Current section
Files
Jump to
Current section
Files
gleamy_zipper
gleam.toml
gleam.toml
name = "gleamy_zipper"
version = "0.2.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
description = "A functional zipper library for Gleam. This library provides zipper implementations for common data structures like lists, binary trees, and rose trees."
licences = ["MIT"]
repository = { type = "github", user = "Frid-Yuandu", repo = "zipper" }
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
[dependencies]
gleam_stdlib = ">= 0.52.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
qcheck = ">= 1.0.4 and < 2.0.0"