Current section
Files
Jump to
Current section
Files
gleam.toml
name = "kielet"
version = "4.0.2"
gleam = ">= 1.4.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "GNU Gettext implementation for Gleam"
licences = ["MIT"]
repository = { type = "forgejo", host = "git.ahlcode.fi", user = "nicd", repo = "kielet" }
links = [
{ title = "GNU Gettext", href = "https://www.gnu.org/software/gettext/" },
{ title = "Sponsor", href = "https://liberapay.com/Nicd" },
{ title = "Changelog", href = "https://git.ahlcode.fi/nicd/kielet/src/branch/trunk/CHANGELOG.txt" },
]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
internal_modules = [
"kielet/plurals/*",
"kielet/internal/*",
"kielet/plurals",
"kielet/mo",
]
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.3.0 and < 3.0.0"