-
Notifications
You must be signed in to change notification settings - Fork 197
/
rebar.config.lock
76 lines (74 loc) · 3.7 KB
/
rebar.config.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
%% THIS FILE IS GENERATED. DO NOT EDIT IT MANUALLY %%
{require_otp_vsn,"R15|R16|17"}.
{deps,[{node_package,".*",
{git,"git://github.com/basho/node_package",
"a56fe9b021e3543a24fdfc98f1c16704b41e62c6"}},
{bear,".*",
{git,"git://github.com/boundary/bear.git",
"b1882d7ee88e775d961a2678e4fafecef7f77705"}},
{meck,".*",
{git,"git://github.com/eproxus/meck",
"b7024d3ddbca329c9fe51f4bc5c4f891b13b4522"}},
{folsom,".*",
{git,"git://github.com/basho/folsom.git",
"fc0401798a3e6a412856d1768c89c46d4c4e5231"}},
{goldrush,".*",
{git,"git://github.com/DeadZen/goldrush.git",
"71e63212f12c25827e0c1b4198d37d5d018a7fec"}},
{lager,".*",
{git,"git://github.com/basho/lager",
"840acab51ebfb731de0137d9c6d41e7db4a12793"}},
{ibrowse,".*",
{git,"git://github.com/cmullaparthi/ibrowse.git",
"e8ae353c16d4f0897abb9f80025b52925b974dd1"}},
{protobuffs,".*",
{git,"git://github.com/basho/erlang_protobuffs.git",
"f88fc3c6881687432ddd5546b3c7b08009dfb26f"}},
{riak_pb,".*",
{git,"git://github.com/basho/riak_pb",
"620bc7001dc788e5530078aa8be53c9d15d4fdb4"}},
{riakc,".*",
{git,"git://github.com/basho/riak-erlang-client",
"1c75e31fd50e065aeebe787d608ce9b7ddeddb38"}},
{mochiweb,".*",
{git,"git://github.com/basho/mochiweb",
"9090c7942f9dcde4ddbf9f78429e289ff5600c18"}},
{getopt,".*",
{git,"git://github.com/jcomellas/getopt",
"388dc95caa7fb97ec7db8cfc39246a36aba61bd8"}},
{casbench,".*",
{git,"git://github.com/basho/casbench",
"95ed55b494551577870984aeb1e0f683631a326f"}},
{snappy,".*",
{git,"https://github.com/fdmanana/snappy-erlang-nif.git",
"ec2061113147af20916e9765ae9d63a18114825a"}},
{lz4,".*",
{git,"https://github.com/szktty/erlang-lz4.git",
"0572b0ea2aab83ec8cdd1526aaa5e7622fd6aee5"}},
{semver,".*",
{git,"https://github.com/nebularis/semver.git",
"c7d509f38298ec6594be4efdcd8a8f2322760039"}},
{quickrand,".*",
{git,"https://github.com/okeuday/quickrand.git",
"3eadabe05bddbffe9e3d5cf17a9384319d8756a1"}},
{uuid,".*",
{git,"https://github.com/okeuday/uuid.git",
"04a3037c492d2331dd7193c465868c1d71b28363"}},
{pooler,".*",
{git,"https://github.com/seth/pooler.git",
"6a12e4419c8fe504c77cd6393bcc11cb8993aa24"}},
{cqerl,".*",
{git,"git://github.com/matehat/cqerl.git",
"16021593c866ca314acd0ba6858194ed44a362b3"}},
{katja,".*",
{git,"git://github.com/nifoc/katja.git",
"ec7f78b85ec36570e528d21ed54038d74141f1ea"}},
{rebar_lock_deps_plugin,".*",
{git,"git://github.com/seth/rebar_lock_deps_plugin.git",
"9711549b8a84b065eb2edc22f8eb6ff85e3c94e8"}}]}.
{erl_opts,[{src_dirs,[src]},{parse_transform,lager_transform}]}.
{plugins,[rebar_lock_deps_plugin]}.
{escript_incl_apps,[bear,casbench,cqerl,folsom,getopt,goldrush,ibrowse,katja,
lager,lz4,mochiweb,node_package,protobuffs,riak_pb,riakc,
snappy]}.
{escript_emu_args,"%%! +K true -rsh ssh -noshell -noinput +P 1222333 +Q 1222333 +zdbbl 32768\n"}.