Packages

A small XML-like tree datatype and serialization format for document processing.

Current section

Files

Jump to
vxml gleam.toml
Raw

gleam.toml

name = "vxml"
version = "1.0.3"
description = "A small XML-like tree datatype and serialization format for document processing."
licences = ["MIT"]
repository = { type = "github", user = "vistuleB", repo = "vxml" }
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
simplifile = ">= 2.3.0 and < 3.0.0"
on = ">= 3.0.0 and < 4.0.0"
xmlm = ">= 1.0.0 and < 2.0.0"
gleam_regexp = ">= 1.0.0 and < 2.0.0"
splitter = ">= 1.1.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"