Packages

Pure-Gleam implementation of KnuthLiang Hyphenation.

Current section

Files

Jump to
hyphenation src hyphenation.app.src
Raw

src/hyphenation.app.src

{application, hyphenation, [
{vsn, "0.3.0"},
{applications, [gleam_stdlib,
gleeunit,
simplifile]},
{description, "Pure-Gleam implementation of Knuth–Liang Hyphenation."},
{modules, [hyphenation,
hyphenation@internal@codegen,
hyphenation@internal@data@en_us,
hyphenation@internal@metadata,
hyphenation@internal@patterns,
hyphenation@language]},
{registered, []}
]}.