aboutsummaryrefslogtreecommitdiff
path: root/nimgen.nimble
blob: 93aa3ae698b97e573ed24deee3d6fe84e8e59ae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Package

version       = "0.1.3"
author        = "genotrance"
description   = "c2nim helper to simplify and automate the wrapping of C libraries"
license       = "MIT"

skipDirs = @["tests"]

# Dependencies

requires "nim >= 0.16.0", "c2nim >= 0.9.13", "docopt >= 0.6.5"

bin = @["nimgen"]

task test, "Test nimgen":
    exec "nim e tests/nimgentest.nims"