Current section
Files
Jump to
Current section
Files
gleam.toml
name = "rank"
version = "1.1.0"
description = "Ordinals for numbers, e.g. 1st, 2nd, 3rd"
licences = ["Apache-2.0"]
repository = { type = "github", user = "lpil", repo = "rank" }
links = [
{ title = "Website", href = "https://gleam.run" },
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
gleam = ">= 1.3.0"
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.10.0 and < 2.0.0"