-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathshard.yml
More file actions
50 lines (39 loc) · 915 Bytes
/
shard.yml
File metadata and controls
50 lines (39 loc) · 915 Bytes
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
name: geode
description: An alternative Crystal package manager
authors:
- Devonte W <https://github.com/devnote-dev>
version: 0.1.0
crystal: '>= 1.13.0'
license: MPL
repository: https://github.com/devnote-dev/geode
dependencies:
cling:
github: devnote-dev/cling
branch: main
crystal-lua:
github: devnote-dev/crystal-lua
branch: main
license:
github: devnote-dev/license
branch: main
shards:
github: crystal-lang/shards
strict-yaml:
github: devnote-dev/strict-yaml
branch: main
trigram:
github: devnote-dev/trigram
development_dependencies:
ameba:
github: crystal-ameba/ameba
scripts:
clean@linux: rm bin/geode
clean@windows: del bin\geode.exe bin\geode.pdb
lint: ameba --all --except Documentation,Naming,Metrics,Style
targets:
ameba:
main: bin/ameba.cr
flags: -Dpreview_mt
geode:
main: src/main.cr
flags: --progress