-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbali.nimble
38 lines (34 loc) · 926 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
35
36
37
38
# Package
version = "0.5.0"
author = "xTrayambak"
description = "The Bali JavaScript Engine"
license = "GPL3"
srcDir = "src"
backend = "cpp"
bin = @["balde", "test262"]
installExt = @["nim"]
binDir = "bin"
# Dependencies
requires "nim >= 2.2.0"
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 "kaleidoscope >= 0.1.1"
requires "https://github.com/ferus-web/nim-gmp >= 0.1.0"
requires "ferrite >= 0.1.2"
requires "icu4nim >= 76.1.0"
requires "mimalloc >= 0.3.1"
requires "zippy >= 0.10.16"
requires "nimsimd >= 1.3.2"
requires "flatty >= 0.3.4"
taskRequires "fmt", "nph#master"
task fmt, "Format code":
exec "nph src/ tests/"