Current section
Files
Jump to
Current section
Files
hyphenation
gleam.toml
gleam.toml
name = "hyphenation"
version = "0.3.1"
description = "Pure-Gleam implementation of Knuth–Liang Hyphenation."
licences = ["Apache-2.0"]
repository = { type = "github", user = "jonathanmfung", repo = "hyphenation" }
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
[dev-dependencies]
gleeunit = "~> 1.0"
simplifile = "~> 1.6"