Current section
Files
Jump to
Current section
Files
gleam_yielder
gleam.toml
gleam.toml
name = "gleam_yielder"
version = "1.1.0"
gleam = ">= 0.32.0"
licences = ["Apache-2.0"]
description = "Unfold values on-demand from a function"
repository = { type = "github", user = "gleam-lang", repo = "yielder" }
links = [
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"