-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathnimble.lock
133 lines (133 loc) · 3.72 KB
/
nimble.lock
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"version": 2,
"packages": {
"unittest2": {
"version": "0.2.3",
"vcsRevision": "845b6af28b9f68f02d320e03ad18eccccea7ddb9",
"url": "https://github.com/status-im/nim-unittest2",
"downloadMethod": "git",
"dependencies": [],
"checksums": {
"sha1": "6936b4e4676c9b37537d93f31cb8fc46f4ebaacb"
}
},
"bearssl": {
"version": "0.2.5",
"vcsRevision": "667b40440a53a58e9f922e29e20818720c62d9ac",
"url": "https://github.com/status-im/nim-bearssl",
"downloadMethod": "git",
"dependencies": [
"unittest2"
],
"checksums": {
"sha1": "550e6f9321b85de53bba9c0ffab9c95ffbe12ab3"
}
},
"results": {
"version": "0.5.1",
"vcsRevision": "df8113dda4c2d74d460a8fa98252b0b771bf1f27",
"url": "https://github.com/arnetheduck/nim-results",
"downloadMethod": "git",
"dependencies": [],
"checksums": {
"sha1": "a9c011f74bc9ed5c91103917b9f382b12e82a9e7"
}
},
"stew": {
"version": "0.2.0",
"vcsRevision": "79e4fa5a9d3374db17ed63622714d3e1094c7f34",
"url": "https://github.com/status-im/nim-stew",
"downloadMethod": "git",
"dependencies": [
"results",
"unittest2"
],
"checksums": {
"sha1": "26d477c735913b7daa1dab53dd74803c88209634"
}
},
"httputils": {
"version": "0.3.0",
"vcsRevision": "79cbab1460f4c0cdde2084589d017c43a3d7b4f1",
"url": "https://github.com/status-im/nim-http-utils",
"downloadMethod": "git",
"dependencies": [
"stew",
"results",
"unittest2"
],
"checksums": {
"sha1": "cd92ac3eaa067eb641429d4325d926bc0f7786a9"
}
},
"chronos": {
"version": "4.0.4",
"vcsRevision": "0646c444fce7c7ed08ef6f2c9a7abfd172ffe655",
"url": "https://github.com/status-im/nim-chronos",
"downloadMethod": "git",
"dependencies": [
"results",
"stew",
"bearssl",
"httputils",
"unittest2"
],
"checksums": {
"sha1": "455802a90204d8ad6b31d53f2efff8ebfe4c834a"
}
},
"jsony": {
"version": "1.1.5",
"vcsRevision": "ea811bec7fa50f5abd3088ba94cda74285e93f18",
"url": "https://github.com/treeform/jsony",
"downloadMethod": "git",
"dependencies": [],
"checksums": {
"sha1": "6aeb83e7481ca8686396a568096054bc668294df"
}
},
"ncurses": {
"version": "1.0.2",
"vcsRevision": "1027fe13d091583608e7e7da3c3e0d13aceb4b11",
"url": "https://github.com/walkre-niboshi/nim-ncurses",
"downloadMethod": "git",
"dependencies": [],
"checksums": {
"sha1": "4d2030b6553c67f663fd96e68e6575bb9a181395"
}
},
"parsetoml": {
"version": "0.7.2",
"vcsRevision": "d297f5a81be2472905d367aa675dcbbca6e7a5d2",
"url": "https://github.com/NimParsers/parsetoml.git",
"downloadMethod": "git",
"dependencies": [],
"checksums": {
"sha1": "2a9fb57ef1f6460fd61b1cfab2d83af44f788a25"
}
},
"unicodedb": {
"version": "0.13.2",
"vcsRevision": "66f2458710dc641dd4640368f9483c8a0ec70561",
"url": "https://github.com/nitely/nim-unicodedb",
"downloadMethod": "git",
"dependencies": [],
"checksums": {
"sha1": "739102d885d99bb4571b1955f5f12aee423c935b"
}
},
"regex": {
"version": "0.26.3",
"vcsRevision": "4593305ed1e49731fc75af1dc572dd2559aad19c",
"url": "https://github.com/nitely/nim-regex",
"downloadMethod": "git",
"dependencies": [
"unicodedb"
],
"checksums": {
"sha1": "4d24e7d7441137cd202e16f2359a5807ddbdc31f"
}
}
},
"tasks": {}
}