diff options
author | Ivan Yonchovski <yyoncho@users.noreply.github.com> | 2022-08-31 22:06:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-31 15:06:27 -0400 |
commit | fb2773411eb591d652885f6fc63b2a6cf2cb01c9 (patch) | |
tree | 1abffd971e9816422fdb857abfe7891a7f09af46 /nimsuggest/nimsuggest.nimble | |
parent | 538b8d40321258febd15d25db6f1dcb0988fa936 (diff) | |
download | Nim-fb2773411eb591d652885f6fc63b2a6cf2cb01c9.tar.gz |
Change nim's nimble files to make it installable (#20179)
- needs #20168 to make the stuff working I went for this minimal solution because it seems like `compiler.nimble` and `nimsuggest.nimble` are not in use Co-authored-by: Clay Sweetser <Varriount@users.noreply.github.com>
Diffstat (limited to 'nimsuggest/nimsuggest.nimble')
-rw-r--r-- | nimsuggest/nimsuggest.nimble | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/nimsuggest/nimsuggest.nimble b/nimsuggest/nimsuggest.nimble deleted file mode 100644 index 53b5d1d6f..000000000 --- a/nimsuggest/nimsuggest.nimble +++ /dev/null @@ -1,8 +0,0 @@ -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" |