Current section
Files
Jump to
Current section
Files
src/hyphenation.app.src
{application, hyphenation, [
{vsn, "0.2.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, []}
]}.