Packages

A simple HTML parser using Gleam

Current section

Files

Jump to
html_parser src html_parser.app.src
Raw

src/html_parser.app.src

{application, html_parser, [
{vsn, "1.0.1"},
{applications, [gleam_stdlib,
gleeunit,
simplifile]},
{description, "A simple HTML parser using Gleam"},
{modules, [html_parser]},
{registered, []}
]}.