-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbali.nimble
34 lines (30 loc) · 923 Bytes
/
bali.nimble
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
# Package
version = "0.4.4"
author = "xTrayambak"
description = "The Bali JavaScript Engine"
license = "GPL3"
srcDir = "src"
backend = "cpp"
bin = @["balde", "test262"]
installExt = @["nim"]
binDir = "bin"
# Dependencies
requires "nim >= 2.0.2"
requires "mirage#master"
requires "librng >= 0.1.3"
requires "pretty >= 0.1.0"
requires "colored_logger >= 0.1.0"
requires "simdutf >= 5.5.0"
requires "https://github.com/ferus-web/sanchar >= 2.0.2"
requires "jsony >= 1.1.5"
requires "crunchy >= 0.1.11"
requires "results >= 0.5.0"
requires "noise >= 0.1.10"
requires "fuzzy >= 0.1.0"
requires "yaml >= 2.1.1"
requires "https://github.com/xTrayambak/kaleidoscope >= 0.1.1"
requires "https://github.com/ferus-web/nim-gmp >= 0.1.0"
requires "https://github.com/ferus-web/ferrite >= 0.1.0"
taskRequires "fmt", "nph#master"
task fmt, "Format code":
exec "nph src/ tests/"