Packages

๐ŸŒ Type-safe ISO 639 language codes for Gleam

Current section

Files

Jump to
lang gleam.toml
Raw

gleam.toml

name = "lang"
version = "1.0.2"
description = "๐ŸŒ Type-safe ISO 639 language codes for Gleam"
licences = ["Apache-2.0"]
repository = { type = "tangled", user = "fludlyt.tngl.sh", repo = "lang" }
links = [
{ title = "ISO 639 code list", href = "https://www.loc.gov/standards/iso639-2/php/code_list.php" }
]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
gsv = ">= 5.0.0 and < 6.0.0"
simplifile = ">= 2.3.1 and < 3.0.0"
gleam_time = ">= 1.6.0 and < 2.0.0"