Current section

Files

Jump to
geckolex src geckolex.app.src
Raw

src/geckolex.app.src

{application, geckolex, [
{vsn, "1.2.0"},
{applications, [gleam_regexp,
gleam_stdlib]},
{description, "Type Agnostic Lexer"},
{modules, [gecko@builder,
gecko@lexer,
geckolex@@main]},
{registered, []}
]}.