Current section
Files
Jump to
Current section
Files
gleam.toml
name = "ghtml"
version = "0.1.1"
target = "erlang"
gleam = ">= 1.14.0"
licences = ["MIT"]
description = "HTML templates → type-safe Gleam modules. Write familiar markup instead of nested function calls. No more bracket-counting nightmares."
repository = { type = "github", user = "burakcorekci", repo = "ghtml" }
links = [
{ title = "Documentation", href = "https://hexdocs.pm/ghtml/" },
]
internal_modules = ["ghtml/cache", "ghtml/scanner", "ghtml/watcher"]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
simplifile = ">= 2.0.0 and < 3.0.0"
argv = ">= 1.0.0 and < 2.0.0"
gleam_crypto = ">= 1.0.0 and < 2.0.0"
gleam_erlang = ">= 1.0.0 and < 2.0.0"
gleam_otp = ">= 1.0.0 and < 2.0.0"
shellout = ">= 1.7.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
lustre = ">= 5.0.0 and < 6.0.0"