- Docopt for CLI parsing

- Download, extract and Git checkout support
- OS specific keys with -win, -lin and -osx
- Force re-generation with -f flag
This commit is contained in:
Ganesh Viswanathan 2017-11-16 02:39:48 -06:00
commit 9bcabd23e3
4 changed files with 173 additions and 50 deletions

View file

@ -1,6 +1,6 @@
# Package
version = "0.1.0"
version = "0.1.1"
author = "genotrance"
description = "c2nim helper to simpilfy and automate the wrapping of C libraries"
license = "MIT"
@ -9,7 +9,7 @@ skipDirs = @["tests"]
# Dependencies
requires "nim >= 0.16.0", "c2nim >= 0.9.13"
requires "nim >= 0.16.0", "c2nim >= 0.9.13", "docopt >= 0.6.5"
bin = @["nimgen"]