mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
fixes version-1-6 branch; add nimsuggest.nimble back (#21460)
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