-
Notifications
You must be signed in to change notification settings - Fork 15
/
shard.yml
139 lines (104 loc) · 2.41 KB
/
shard.yml
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
name: drivers
version: 2.2.1
dependencies:
email:
github: arcage/crystal-email
version: ~> 0.6.0
bindata:
github: spider-gazelle/bindata
version: ~> 2.0
placeos-models:
github: placeos/models
version: ">= 9.37"
inactive-support:
github: spider-gazelle/inactive-support
jwt:
github: crystal-community/jwt
pinger:
github: spider-gazelle/pinger
ntlm:
github: spider-gazelle/ntlm
link-header:
github: spider-gazelle/link-header
place_calendar:
github: PlaceOS/calendar
office365:
github: PlaceOS/office365
placeos-compiler:
github: placeos/compiler
placeos-driver:
github: placeos/driver
version: ~> 7.1
# The PlaceOS API client
placeos:
github: placeos/crystal-client
version: ">= 2.10"
# HTTP Client helper
responsible:
github: place-labs/responsible
rwlock:
github: spider-gazelle/readers-writer
# Driver deps:
telnet:
github: spider-gazelle/telnet.cr
pars:
github: spider-gazelle/pars
# For lat lon location indexing
s2_cells:
github: spider-gazelle/s2_cells
# TODO:: deprecated, we should aim to remove at some point
qr-code:
github: spider-gazelle/qr-code
# A faster and better QR code implementation
goban:
github: soya-daizu/goban
branch: master
# For QR .png file export
stumpy_png:
github: stumpycr/stumpy_png
# the STOMP protocol
stomp:
github: spider-gazelle/stomp
# KNX protocol
knx:
github: spider-gazelle/knx
# MQTT protocol
mqtt:
github: spider-gazelle/crystal-mqtt
# XML to JSON convertor
oq:
github: blacksmoke16/oq
version: ~> 1.2
# signed requests to AWS APIs
awscr-signer:
github: taylorfinnell/awscr-signer
version: ~> 0.8
# BACnet protocol support
bacnet:
github: spider-gazelle/crystal-bacnet
version: ~> 0.10
# HTTP client
halite:
github: icyleaf/halite
# token bucket algorithm for rate limiting
rate_limiter:
github: lbarasti/rate_limiter
version: ~> 1.0
# fake data for mocks
faker:
github: askn/faker
# SOAP client
sabo:
github: place-technology/sabo
# AxiomXa client
axio:
github: place-technology/axio
# Lutron Quantum protocol
quantum:
github: place-technology/quantum
# Stripe API wrapper
stripetease:
github: place-technology/stripetease
# Siemens Desigo API wrapper
desigo:
github: place-technology/desigo