mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
12 lines
265 B
Nim
12 lines
265 B
Nim
[Package]
|
|
name = "nimsuggest"
|
|
version = "0.1.0"
|
|
author = "Andreas Rumpf"
|
|
description = "Tool for providing auto completion data for Nim source code."
|
|
license = "MIT"
|
|
|
|
bin = "nimsuggest"
|
|
|
|
[Deps]
|
|
Requires: "nim >= 0.11.2, compiler#head"
|