mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
* fix .deprecated. object typedef crash * fixup a test that i don't understand * disable the test rather than debug ci
9 lines
205 B
Nim
9 lines
205 B
Nim
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"
|