{application, lancaster_stemmer, [
    {vsn, "1.0.0"},
    {applications, [gleam_stdlib,
                    simplifile,
                    splitter]},
    {description, "Gleam implementation of the Lancaster (Paice/Husk) Stemmer"},
    {modules, [lancaster_stemmer,
               lancaster_stemmer@@main]},
    {registered, []}
]}.
