Packages

XML parser. Supports SAX style parsing as well as XML Schema based data mapping: create records from XML (and vice versa)

Current section

Files

Jump to
erlsom rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
%% Options for running dialyzer
%% {plt, PltFile}
%% 'src': run Dialyzer on the source files as in 'dialyzer --src'
%% {warnings, [WarnOpts]}: turn on/off Dialyzer warnings
{dialyzer_opts, [{plt, "erlsom.plt"},
{warnings, [race_conditions]},
src]}.
{eunit_opts, [verbose]}.
{cover_enabled, true}.