Current section
Files
Jump to
Current section
Files
gleam.toml
name = "htmgrrrl"
version = "1.0.0"
gleam = ">= 1.11.0"
description = "Gleam bindings to htmerl, the fast and memory efficient Erlang HTML SAX parser."
licences = ["Apache-2.0"]
repository = { type = "github", user = "lpil", repo = "htmgrrrl" }
links = [
{ title = "Website", href = "https://gleam.run" },
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
htmerl = ">= 0.2.1 and < 1.0.0"
[dev-dependencies]
gleeunit = ">= 1.3.1 and < 2.0.0"