Packages

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

Current section

Files

Jump to
mongodriver rebar.config
Raw

rebar.config

%% ex: ts=4 sw=4 noexpandtab syntax=erlang
{xref_checks, [undefined_function_calls,
undefined_functions,
locals_not_used,
deprecated_function_calls,
deprecated_functions]}.
{deps, [
% {bson, {git, "https://github.com/comtihon/bson-erlang.git", {tag, "v0.2.2"}}}
{bson, "0.3.1", {pkg, bson_erlang}},
{pbkdf2, "2.0.0"},
{poolboy, "1.5.2"}
%{poolboy, {git, "https://github.com/comtihon/poolboy.git", {branch, "master"}}}
]}.
{profiles, [
{test, [
{erl_opts, [debug_info, {src_dirs, ["src", "test/eunit"]}]}
]}
]}.