Packages

Pure-Gleam implementation of KnuthLiang Hyphenation.

Current section

Files

Jump to
hyphenation gleam.toml
Raw

gleam.toml

name = "hyphenation"
version = "0.3.0"
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"