Packages

Erlang library for generating XML

Current section

Files

Jump to
xml_builderl rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{ex_doc,
[{extras, ["README.md", "LICENSE"]},
{main, "README.md"},
{source_url, "https://git.sr.ht/~fancycade/xml_builderl"}]}.
{hex, [{doc, ex_doc}]}.