summary refs log blame commit diff stats
path: root/nimsuggest/nimsuggest.nimble
blob: 53b5d1d6fc592961f4f0b5d6149615fd6fb1516f (plain) (tree)
1
2
3
4
5
6
7
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"