- Added support for wildcard file tasks

- Fixed issue in replacing - with _ in generated modules
- Fixed inconsistent naming of flags and procs
This commit is contained in:
Ganesh Viswanathan 2017-12-04 14:26:20 -06:00
commit 27ea25b901
3 changed files with 132 additions and 89 deletions

View file

@ -1,8 +1,8 @@
# Package
version = "0.1.1"
version = "0.1.2"
author = "genotrance"
description = "c2nim helper to simpilfy and automate the wrapping of C libraries"
description = "c2nim helper to simplify and automate the wrapping of C libraries"
license = "MIT"
skipDirs = @["tests"]