-
Notifications
You must be signed in to change notification settings - Fork 35
/
shard.yml
42 lines (36 loc) · 978 Bytes
/
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
name: lavinmq
version: 2.0.2
authors:
- Carl Hörberg <[email protected]>
- Anders Bälter <[email protected]>
- Magnus Landerblom <[email protected]>
- Magnus Hörberg <[email protected]>
- Johan Eckerström <[email protected]>
- Anton Dalgren <[email protected]>
- Patrik Ragnarsson <[email protected]>
- Oskar Gustafsson <[email protected]>
- Tobias Brodén <[email protected]>
- Christina Dahlén <[email protected]>
- Jon Börjesson <[email protected]>
- Viktor Erlingsson <[email protected]>
targets:
lavinmq:
main: src/lavinmq.cr
lavinmqctl:
main: src/lavinmqctl.cr
lavinmqperf:
main: src/lavinmqperf.cr
dependencies:
amqp-client:
github: cloudamqp/amqp-client.cr
amq-protocol:
github: cloudamqp/amq-protocol.cr
systemd:
github: 84codes/systemd.cr
lz4:
github: 84codes/lz4.cr
development_dependencies:
ameba:
github: crystal-ameba/ameba
crystal: 1.13.2
license: Apache-2.0