Current section
Files
Jump to
Current section
Files
src/lexbor_erl.app.src
{application,lexbor_erl,
[{description,"Fast HTML5 parser with DOM manipulation, CSS selectors, and streaming support via Lexbor C library"},
{vsn,"0.3.0"},
{registered,[lexbor_erl_pool,lexbor_erl_sup]},
{mod,{lexbor_erl_app,[]}},
{applications,[kernel,stdlib]},
{env,[{pool_size,4},{op_timeout_ms,3000}]},
{licenses,["LGPL-2.1-or-later"]},
{links,[{"GitHub","https://github.com/f34nk/lexbor_erl"},
{"Lexbor C Library","https://github.com/lexbor/lexbor"},
{"Documentation","https://hexdocs.pm/lexbor_erl/"},
{"Changelog",
"https://github.com/f34nk/lexbor_erl/blob/main/CHANGELOG.md"}]},
{files,["src","c_src/*.c","c_src/*.h","c_src/CMakeLists.txt",
"c_src/build.sh","priv","include","rebar.config",
"rebar.lock","LICENSE","README.md","CHANGELOG.md",
"Makefile"]},
{build_tools,["rebar3","make","cmake"]},
{extra_applications,[]},
{pkg_name,lexbor_erl}]}.