Current section
Files
Jump to
Current section
Files
src/hanguleam.app.src
{application, hanguleam, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib]},
{description, "A Gleam library for Korean text processing, providing comprehensive tools for handling Hangul characters"},
{modules, [hanguleam,
hanguleam@@main,
hanguleam@batchim,
hanguleam@composer,
hanguleam@editor,
hanguleam@extractor,
hanguleam@internal@character,
hanguleam@internal@unicode,
hanguleam@internal@utils,
hanguleam@josa,
hanguleam@parser,
hanguleam@types,
hanguleam@validator]},
{registered, []}
]}.