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.10"},
{modules,[]},
{registered,[]},
{applications,[kernel,stdlib]},
{mod,{fast_xml,[]}},
{files,["src/","c_src/fxml.c","c_src/fxml_stream.c","include/",
"priv","mix.exs","Makefile.mix","rebar.config",
"rebar.config.script","README.md","LICENSE.txt"]},
{licenses,["Apache 2.0"]},
{maintainers,["ProcessOne"]},
{links,[{"Github","https://github.com/processone/fast_xml"}]}]}.