Current section
Files
Jump to
Current section
Files
src/htmgrrrl.app.src
{application, htmgrrrl, [
{vsn, "1.0.1"},
{applications, [gleam_stdlib,
htmerl]},
{description, "Gleam bindings to htmerl, the fast and memory efficient Erlang HTML SAX parser."},
{modules, [htmgrrrl,
htmgrrrl@@main,
htmgrrrl_ffi]},
{registered, []}
]}.