summary refs log tree commit diff stats
path: root/nimsuggest
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-09-03 01:05:23 +0800
committerGitHub <noreply@github.com>2022-09-02 19:05:23 +0200
commitf540fd5cde268d2ecd1e22a20cac0879bf405f85 (patch)
treead8a1df59f17d6acd727a80bfbec52a1ec62267c /nimsuggest
parent5ff06fd3c284aba49f53caede2bb8981e9109b12 (diff)
downloadNim-f540fd5cde268d2ecd1e22a20cac0879bf405f85.tar.gz
Partially Revert "Change nim's nimble files to make it installable" (#20296)
add nimsuggest.nimble back
Diffstat (limited to 'nimsuggest')
-rw-r--r--nimsuggest/nimsuggest.nimble8
1 files changed, 8 insertions, 0 deletions
diff --git a/nimsuggest/nimsuggest.nimble b/nimsuggest/nimsuggest.nimble
new file mode 100644
index 000000000..53b5d1d6f
--- /dev/null
+++ b/nimsuggest/nimsuggest.nimble
@@ -0,0 +1,8 @@
+version       = "0.1.0"
+author        = "Andreas Rumpf"
+description   = "Tool for providing auto completion data for Nim source code."
+license       = "MIT"
+
+bin = @["nimsuggest"]
+
+requires "nim >= 1.1.1"
gt; 2015-09-04 23:03:56 +0200 lib: Trim .nim files trailing whitespace' href='/ahoang/Nim/commit/lib/pure/xmlparser.nim?h=devel&id=43bddf62dd982e64cd7350eabbbc5d04c5adab21'>43bddf62d ^
d7d059a68 ^
16c0beb27 ^




43bddf62d ^
16c0beb27 ^

a12f503b4 ^
6bc16904e ^
43bddf62d ^
40a5d6c3b ^


43bddf62d ^

40a5d6c3b ^

6bc16904e ^
40a5d6c3b ^


6bc16904e ^
40a5d6c3b ^



11b695875 ^
16c0beb27 ^
43bddf62d ^
40a5d6c3b ^
16c0beb27 ^

40a5d6c3b ^
16c0beb27 ^









40a5d6c3b ^

16c0beb27 ^
43bddf62d ^
16c0beb27 ^

4741e8f9a ^
43bddf62d ^
16c0beb27 ^

4741e8f9a ^
16c0beb27 ^








40a5d6c3b ^
16c0beb27 ^

40a5d6c3b ^
16c0beb27 ^
40a5d6c3b ^
16c0beb27 ^
43bddf62d ^
16c0beb27 ^



097c50889 ^
16c0beb27 ^
550b5d9ae ^
f721ddd75 ^
43bddf62d ^

e0ce4f842 ^

11b695875 ^
f721ddd75 ^
f721ddd75 ^


43bddf62d ^
16c0beb27 ^

550b5d9ae ^
16c0beb27 ^


40a5d6c3b ^
16c0beb27 ^
f721ddd75 ^

43bddf62d ^
e0ce4f842 ^

f721ddd75 ^
e0ce4f842 ^
d7d059a68 ^
f721ddd75 ^
e0ce4f842 ^




11b695875 ^
43bddf62d ^
e0ce4f842 ^
6bc16904e ^
f721ddd75 ^
d7d059a68 ^
f721ddd75 ^
f721ddd75 ^
11b695875 ^
43bddf62d ^
e0ce4f842 ^
43bddf62d ^
6bc16904e ^

d7d059a68 ^
6bc16904e ^
8671656e6 ^













6bc16904e ^
8671656e6 ^




43bddf62d ^
50d593787 ^


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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172