Packages

Work with common erlang data structures (map, dict, proplist, etc)

Current section

Files

Jump to
erlang_ds rebar.config.script
Raw

rebar.config.script

%% -*- mode: erlang -*-
%% -*- tab-width: 4;erlang-indent-level: 4;indent-tabs-mode: nil -*-
%% ex: ts=4 sw=4 sts ft=erlang et
case erlang:function_exported(rebar3, main, 1) of
true -> % rebar3
CONFIG;
false -> % rebar 2.x or older
%% Rebuild deps, possibly including those that have been moved to
%% profiles
[{deps, [
%{qdate, {git, "https://github.com/choptastic/qdate", {branch, master}}}
]} | lists:keydelete(deps, 1, CONFIG)]
end.