Packages

A heterogeneous stack data structure for Gleam.

Current section

Files

Jump to
hstack gleam.toml
Raw

gleam.toml

name = "hstack"
version = "1.0.0"
description = "A heterogeneous stack data structure for Gleam."
licences = ["MIT"]
repository = { type = "github", user = "willmartian", repo = "hstack" }
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"