Packages

Client interface to MongoDB, also known as the driver. See www.mongodb.org

Current section

Files

Jump to
mongodb_erlang rebar.config
Raw

rebar.config

{erl_opts, [debug_info, fail_on_warning]}.
{edoc_opts,
[{index_columns, 1}, {sort_functions, false}, {preprocess, true}]
}.
{deps,
[
{bson, {pkg, bson_erlang}},
{pbkdf2, {pkg, mc_pbkdf2}},
poolboy
]
}.
{clean_files, [
"erl_crash.dump",
"doc/*.html",
"doc/erlang.png",
"doc/edoc-info",
"doc/stylesheet.css"
]
}.