forked from 2600hz/kazoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.mk
90 lines (80 loc) · 2.63 KB
/
deps.mk
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
DEPS = amqp_client \
apns \
certifi \
couchbeam \
cowboy \
detergent \
ecsv \
eflame \
eiconv \
erlang_localtime \
erlsom \
erlydtl \
escalus \
exml \
folsom \
fs_event \
fs_sync \
gen_smtp \
getopt \
gproc \
hep \
horse \
inet_cidr \
jesse \
jiffy \
lager \
lager_syslog \
nklib \
plists \
poolboy \
proper \
recon \
reloader \
syslog \
trie \
wsock \
zucchini
BUILD_DEPS = parse_trans
IGNORE_DEPS = hamcrest
ifeq ($(USER),travis)
DEPS += coveralls
dep_coveralls = git https://github.com/markusn/coveralls-erl 1.4.0
DEPS += proper
endif
dep_amqp_client_commit = rabbitmq_v3_6_0
dep_apns = git https://github.com/inaka/apns4erl.git 2.2.0
dep_certifi = hex 0.3.0
dep_detergent = git https://github.com/pap/detergent e86dfeded3e4f9f3f9278c6a1aea802079d38b54
dep_eflame = git https://github.com/slfritchie/eflame 7b0bb1a7e8c8482a59421a3a50ae69d49af59d52
dep_eiconv = git https://github.com/zotonic/eiconv
dep_escalus = git https://github.com/esl/escalus 0de0463c345a1ade6fccfb9aadad719b58a1cef5
dep_exml = git https://github.com/paulgray/exml 2.2.1
dep_jiffy = git https://github.com/fenollp/jiffy patch-1 ## See https://github.com/davisp/jiffy/pull/152
dep_nklib = git https://github.com/NetComposer/nklib
dep_plists = hex 1.0.0
dep_couchbeam = git https://github.com/2600hz/couchbeam 1.4.1b
###dep_couchbeam = git https://github.com/benoitc/couchbeam 1.4.1
### waiting for pull requests
### https://github.com/benoitc/couchbeam/pull/158
### https://github.com/benoitc/couchbeam/pull/164
### https://github.com/benoitc/couchbeam/pull/165
### https://github.com/benoitc/couchbeam/pull/166
### https://github.com/benoitc/couchbeam/pull/174
dep_jesse = git https://github.com/2600hz/jesse 1.5-rc6
##dep_jesse = git https://github.com/for-GET/jesse 1.5.0-rc2
dep_lager = git https://github.com/erlang-lager/lager 3.5.1
dep_trie = git https://github.com/okeuday/trie v1.5.4
dep_fs_event = git https://github.com/jamhed/fs_event 783400da08c2b55c295dbec81df0d926960c0346
dep_fs_sync = git https://github.com/jamhed/fs_sync 2cf85cf5861221128f020c453604d509fd37cd53
dep_inet_cidr = git https://github.com/icehess/inet_cidr.git
### PR opened upstream ###
dep_erlang_localtime = git https://github.com/lazedo/erlang_localtime 0bb26016380cd7df5d30aa0ef284ae252b5bae31
### need to update upstream ###
dep_hep = git https://github.com/lazedo/hep 1.5.4
dep_ecsv = git https://github.com/lazedo/ecsv ecsv-1
### for scripts/dev-start-*.sh
dep_reloader = git https://github.com/oinksoft/reloader 1c981b933db81fcbbd68f62f380ebc9725b6cb0f
### build
dep_parse_trans = git https://github.com/lazedo/parse_trans
dep_horse = git https://github.com/ninenines/horse