Current section
Files
Jump to
Current section
Files
gleam.toml
name = "parz"
version = "1.1.0"
description = "A simple parser combinator library"
licences = ["GPL-3.0-only"]
repository = { type = "github", user = "sftsrv", repo = "parz" }
links = [{ title = "me", href = "https://nabeelvalley.co.za" }]
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_regexp = ">= 1.1.1 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"