-
Notifications
You must be signed in to change notification settings - Fork 53
/
shard.yml
60 lines (55 loc) · 1.17 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
name: policr
version: 0.2.0-dev
authors:
- Hentioe <me@bluerain.io>
targets:
policr:
main: src/policr.cr
sam:
main: sam.cr
crystal: 0.31.1
license: MIT
dependencies:
telegram_bot:
github: policr-community/telegram_bot
branch: bugfix
telegram_markd:
github: policr-community/telegram_markd
branch: compatible/telegram
gomoku:
github: policr-community/gomoku.cr
rule_engine:
github: policr-community/rule_engine
dotenv:
github: gdotdesign/cr-dotenv
version: 0.3.1
schedule:
github: hugoabonizio/schedule.cr
kemal:
github: kemalcr/kemal
kemal-session:
github: kemalcr/kemal-session
ksuid:
github: Sija/ksuid.cr
i18n:
github: TechMagister/i18n.cr
jennifer:
github: imdrasil/jennifer.cr
version: 0.8.3
sam:
github: imdrasil/sam.cr
jennifer_sqlite3_adapter:
github: imdrasil/jennifer_sqlite3_adapter
commit: bfe4deda12c288642ac3d6415d65bcc2b79a3fe9
dispatch:
github: bmulvihill/dispatch
branch: master
digests:
github: Hentioe/digests.cr
clicr:
github: j8r/clicr
markd:
github: icyleaf/markd
development_dependencies:
ameba:
github: veelenga/ameba