Packages

Handy functional programming utilities for Gleam!

Current section

Files

Jump to
funtil gleam.toml
Raw

gleam.toml

name = "funtil"
version = "1.1.0"
description = "Handy functional programming utilities for Gleam!"
licences = ["MIT"]
links = [
{ title = "Buy me a coffee?", href = "https://github.com/sponsors/hayleigh-dot-dev" },
]
repository = { type = "github", user = "hayleigh-dot-dev", repo = "funtil" }
[dependencies]
gleam_stdlib = ">= 0.62.0 and < 2.0.0"
[dev-dependencies]
gleeunit = "~> 1.0"