Current section

Files

Jump to
fast_xml src fast_xml.app.src
Raw

src/fast_xml.app.src

{application,fast_xml,
[{description,"Fast Expat-based Erlang / Elixir XML parsing library"},
{vsn,"1.1.60"},
{modules,[]},
{registered,[]},
{applications,[kernel,stdlib,p1_utils]},
{mod,{fast_xml,[]}},
{files,["include/","lib/","src/","c_src/fxml.c",
"c_src/fxml_stream.c","configure","vars.config.in",
"rebar.config","rebar.config.script","README.md",
"LICENSE.txt"]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/processone/fast_xml"}]}]}.