Packages

JSX-like syntax for gleam

Current section

Files

Jump to
gleamx gleam.toml
Raw

gleam.toml

name = "gleamx"
version = "1.0.0"
description = "JSX-like syntax for gleam"
licences = ["MIT"]
repository = { type = "github", user = "choltreppe", repo = "gleamx" }
# links = [{ title = "Website", href = "" }]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
argv = ">= 1.0.2 and < 2.0.0"
simplifile = ">= 2.3.0 and < 3.0.0"
fswalk = ">= 3.1.1"
gleam_yielder = ">= 1.1.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"