-
Notifications
You must be signed in to change notification settings - Fork 20
/
shard.yml
47 lines (40 loc) · 845 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
43
44
45
46
47
name: ktistec
version: 2.4.0
authors:
- Todd Sundsted <todd@sundsted.com>
targets:
ktistec:
main: src/ktistec/server.cr
dependencies:
kemal:
github: kemalcr/kemal
version: ~> 1.5.0
slang:
github: toddsundsted/slang
version: ~> 2.0.0
sqlite3:
github: crystal-lang/crystal-sqlite3
version: ~> 0.20
libxml_ext:
github: toddsundsted/libxml_ext
version: ~> 0.1.0
openssl_ext:
github: toddsundsted/openssl_ext
version: ~> 0.1.6
web_finger:
github: toddsundsted/web_finger
version: ~> 0.2.5
school:
github: toddsundsted/school
version: ~> 0.2.4
markd:
github: icyleaf/markd
version: ~> 0.5.0
development_dependencies:
spectator:
gitlab: arctic-fox/spectator
version: ~> 0.12.0
crystal: 1.2.2
libraries:
libsqlite3: ">= 3.11.0"
license: AGPL-3.0