Skip to content

Commit feff00b

Browse files
committed
bump deps to work with nim v2
1 parent 288c36c commit feff00b

3 files changed

Lines changed: 70 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ src/slivarpkg/tsv
2626
src/slivarpkg/siset
2727
*.tsv
2828
paper/dn_roc
29+
nimble.develop
30+
nimble.paths
31+
nimbledeps

nimble.lock

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"version": 2,
3+
"packages": {
4+
"argparse": {
5+
"version": "0.10.1",
6+
"vcsRevision": "a39ad187bb795132df1150f1276f0d92d1c7d48b",
7+
"url": "https://github.com/iffy/nim-argparse",
8+
"downloadMethod": "git",
9+
"dependencies": [],
10+
"checksums": {
11+
"sha1": "ca6943a0561568610e27599e1e79c9b67628ee27"
12+
}
13+
},
14+
"duktape": {
15+
"version": "0.1.0",
16+
"vcsRevision": "d5e98716b8218c44933fe5b4c57f52c69c7a27ba",
17+
"url": "https://github.com/brentp/duktape-nim",
18+
"downloadMethod": "git",
19+
"dependencies": [],
20+
"checksums": {
21+
"sha1": "5f93e83b86bf387414d1cd4add490927959be36a"
22+
}
23+
},
24+
"hts": {
25+
"version": "0.3.31",
26+
"vcsRevision": "93ad65442b16d0191aa0c44803d10a6fb7cde9fa",
27+
"url": "https://github.com/brentp/hts-nim",
28+
"downloadMethod": "git",
29+
"dependencies": [],
30+
"checksums": {
31+
"sha1": "38ee23c436d9f4c585f8f6d425ac3630460e528a"
32+
}
33+
},
34+
"lapper": {
35+
"version": "0.1.8",
36+
"vcsRevision": "bdd43a522d2bf1730794e3a68a45673f83a42cfe",
37+
"url": "https://github.com/brentp/nim-lapper",
38+
"downloadMethod": "git",
39+
"dependencies": [],
40+
"checksums": {
41+
"sha1": "0831c5dae95a2da58f0d8f2896baa3e0f4806f4d"
42+
}
43+
},
44+
"minizip": {
45+
"version": "0.0.11",
46+
"vcsRevision": "df9cb0b8e7337b578063373fe4de0d3e101a4aa1",
47+
"url": "https://github.com/brentp/nim-minizip",
48+
"downloadMethod": "git",
49+
"dependencies": [],
50+
"checksums": {
51+
"sha1": "cddb65df455f59547288691ed6729e2ab42a347c"
52+
}
53+
},
54+
"pedfile": {
55+
"version": "0.0.4",
56+
"vcsRevision": "d6a4a9727c070d7f2322d54a705541bf278a46f4",
57+
"url": "https://github.com/brentp/pedfile",
58+
"downloadMethod": "git",
59+
"dependencies": [],
60+
"checksums": {
61+
"sha1": "d9a3e1f99f34a25865a3b014d1ad7776f868f63c"
62+
}
63+
}
64+
},
65+
"tasks": {}
66+
}

slivar.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ license = "MIT"
1818

1919

2020
# Dependencies
21-
requires "hts >= 0.3.30", "lapper >= 0.1.6", "https://github.com/brentp/duktape-nim#dev2", "https://github.com/brentp/pedfile >= 0.0.3"
21+
requires "hts >= 0.3.30", "lapper >= 0.1.8", "https://github.com/brentp/duktape-nim#dev2", "https://github.com/brentp/pedfile >= 0.0.3"
2222
requires "https://github.com/brentp/nim-minizip >= 0.0.11", "argparse >=0.10.1 & < 0.10.2"
2323
srcDir = "src"
2424
installExt = @["nim"]

0 commit comments

Comments
 (0)