-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite.nimble
More file actions
42 lines (40 loc) · 1.32 KB
/
site.nimble
File metadata and controls
42 lines (40 loc) · 1.32 KB
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
# Package
version = "0.1.0"
author = "untoreh"
description = "site"
license = "MIT"
srcDir = "src/nim"
installExt = @["nim"]
bin = @["cli", "cli_tasks"]
skipdirs = @["vendor"]
skipFiles = @["leveldbtool.nim"]
# Dependencies
echo "building... "
requires "nim >= 1.6.0"
requires "karax#master"
# requires "https://github.com/untoreh/nim-sonic-client#master"
# requires "taskpools" # not needed
requires "https://github.com/untoreh/nimpy#master" # required for destructors fix
requires "cligen >= 1.5.23"
requires "lrucache"
# requires "weave#master" # not needed
requires "normalize"
# requires "harpoon" # not needed
# requires "scorper#devel" # not needed
requires "nimterop#master"
requires "parsetoml"
# requires "https://github.com/untoreh/nimdbx" # Use version! not #branch
requires "zstd"
requires "fusion"
requires "minhash"
requires "json_serialization"
# requires "zippy" # not needed
requires "https://github.com/ringabout/Xio" # dep of fsnotify, but `xio` link in nimble index is broken
requires "fsnotify"
requires "zip"
requires "threading"
requires "uuids"
requires "https://github.com/untoreh/nim-chronos#update" # required for proxy support
requires "https://github.com/untoreh/nimSocks#master" # required for proxy support
requires "leveldb"
# requires "asynctools" # not needed