-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshard.yml
43 lines (37 loc) · 815 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
name: ecmo
version: 0.11
authors:
- Gabriel Aires <[email protected]>
description: |
Easy Configuration Management Orchestration
dependencies:
granite:
github: amberframework/granite
kilt:
github: jeromegn/kilt
crikey:
github: abidon/crikey
action-controller:
github: spider-gazelle/action-controller
version: ~> 4.0
tasker:
github: spider-gazelle/tasker
ssh2:
github: spider-gazelle/ssh2.cr
sqlite3:
github: crystal-lang/crystal-sqlite3
future:
github: crystal-community/future.cr
baked_file_system:
github: schovi/baked_file_system
hardware:
github: gabriel-aires/hardware
psutil:
github: gabriel-aires/psutil.cr
development_dependencies:
ameba:
github: veelenga/ameba
targets:
app:
main: src/app.cr
license: MPL v2