Current section
Files
Jump to
Current section
Files
src/css_select.app.src
{application, css_select, [
{vsn, "0.1.0"},
{applications, [gleam_stdlib,
gleeunit,
nibble]},
{description, "A CSS selector parser and evaluator"},
{modules, [css_select,
css_select@internal@parser,
css_select@selector,
css_select@simple_matcher]},
{registered, []}
]}.