nimgenEx/nimgen.nimble
Ganesh Viswanathan 777ae910c8 Initial version
2017-11-07 18:14:33 -06:00

12 lines
No EOL
249 B
Nim

# Package
version = "0.1.0"
author = "genotrance"
description = "c2nim helper to simpilfy and automate the wrapping of C libraries"
license = "MIT"
# Dependencies
requires "nim >= 0.16.0", "c2nim >= 0.9.13"
bin = @["nimgen"]