Packages

Data structures in pure Gleam! Including tree, heap, non empty list, map, set, and priority queue.

Current section

Files

Jump to
Raw

gleam.toml

name = "gleamy_structures"
version = "0.4.1"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
licences = ["Apache-2.0"]
description = "Data structures in pure Gleam."
repository = { type = "github", user = "schurhammer", repo = "gleamy_structures" }
links = [{ title = "Website", href = "https://github.com/schurhammer/gleamy_structures" }]
[dependencies]
gleam_stdlib = "~> 0.34"
[dev-dependencies]
gleeunit = "~> 1.0"