mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 08:54:53 +00:00
Partially Revert "Change nim's nimble files to make it installable" (#20296)
add nimsuggest.nimble back
This commit is contained in:
8
nimsuggest/nimsuggest.nimble
Normal file
8
nimsuggest/nimsuggest.nimble
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user