summary refs log blame commit diff stats
path: root/nimsuggest/nimsuggest.nimble
blob: 3651e12bdfddfbdac78da07f76c92aa1aeba906c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                              
[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"