Packages

Simple DOM XML parser with convenient and very simple API

Current section

Files

Jump to
parsexml rebar.config
Raw

rebar.config

%%-*- mode: erlang -*-
{erl_opts, [
debug_info,
warn_format,
%% warn_export_all,
warn_export_vars,
warn_obsolete_guard,
warn_bif_clash
%% warn_missing_spec,
%% warn_untyped_record
]}.
{deps, [
]}.
{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.