Packages

An pull-based XML parser for the Gleam programming language

Current section

Files

Jump to
xmlm gleam.toml
Raw

gleam.toml

name = "xmlm"
version = "1.0.0"
description = "An pull-based XML parser for the Gleam programming language"
licences = ["Apache-2.0", "MIT"]
repository = { type = "github", user = "mooreryan", repo = "gleam_xmlm" }
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
[dev-dependencies]
argv = ">= 1.0.2 and < 2.0.0"
birdie = ">= 1.1.6 and < 2.0.0"
birl = ">= 1.7.1 and < 2.0.0"
gleeunit = ">= 1.0.0 and < 2.0.0"
qcheck_gleeunit_utils = ">= 0.1.0 and < 1.0.0"
simplifile = ">= 1.7.0 and < 2.0.0"