Page MenuHomePhorge

rebar.config
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

rebar.config

%% -*- tab-width: 4;erlang-indent-level: 4;indent-tabs-mode: nil -*-
%% ex: ft=erlang ts=4 sw=4 et
{deps_dir, "deps"}.
{deps, [
{ jsx, "2.*", { git, "https://github.com/talentdeficit/jsx.git", { tag, "v2.4.0" } } },
{ lager, ".*", { git, "https://github.com/basho/lager.git", { tag, "2.1.0" } } },
%% pull in the proper version of meck before jobs 0.3 gets around to pulling in the wrong version
{ meck, "0.8.*", {git, "git://github.com/eproxus/meck.git", { tag, "0.8.2"} } },
{ procket, ".*", { git, "https://github.com/msantos/procket.git" } },
{ riakc, "2.0.1", { git, "git://github.com/basho/riak-erlang-client", { tag, "2.0.1" } } },
{ poolboy, "1.4.2", { git, "https://github.com/devinus/poolboy.git", { tag, "1.4.2" } } },
{ jobs, "0.3", { git, "https://github.com/esl/jobs.git", { tag, "0.3" } } }
]}.
{erl_opts, [ %%no_debug_info,
{parse_transform, lager_transform},
{platform_define, "(linux|solaris|freebsd|darwin)", 'HAVE_SENDFILE'}
]}.
{sub_dirs, [
"apps/egara"
]}.
{erl_opts, [debug_info, fail_on_warning]}.
%%{require_otp_vsn, "17"}.
{pre_hooks, [{clean, "rm -fr ebin priv erl_crash.dump"}]}.

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 6, 2:47 AM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18825469
Default Alt Text
rebar.config (1 KB)

Event Timeline