-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathshard.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.1.0
authors:
- Carl Hörberg <carl@cloudamqp.com>
- Anders Bälter <anders@cloudamqp.com>
- Magnus Landerblom <mange@cloudamqp.com>
- Magnus Hörberg <magnus@cloudamqp.com>
- Johan Eckerström <johan.e@cloudamqp.com>
- Anton Dalgren <anton@cloudamqp.com>
- Patrik Ragnarsson <patrik@84codes.com>
- Oskar Gustafsson <oskar@84codes.com>
- Tobias Brodén <tobias@84codes.com>
- Christina Dahlén <christina@84codes.com>
- Jon Börjesson <jon@84codes.com>
- Viktor Erlingsson <viktor@84codes.com>
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.15.0
license: Apache-2.0