summary refs log tree commit diff stats
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
parent5ff06fd3c284aba49f53caede2bb8981e9109b12 (diff)
downloadNim-f540fd5cde268d2ecd1e22a20cac0879bf405f85.tar.gz
Partially Revert "Change nim's nimble files to make it installable" (#20296)
add nimsuggest.nimble back
-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"