diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-03-08 22:28:41 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-03-08 22:28:41 -0600 |
| commit | bcace601d3ad7a62d255e17465a67f7a17011c05 (patch) | |
| tree | 6fd56f8fc5e37ae0b7619f2f94033874aedcfdd1 /nimgen.nimble | |
| parent | 968e89f08e08c1b0d93a63869e49b08879c70c51 (diff) | |
| download | nimgen-bcace601d3ad7a62d255e17465a67f7a17011c05.tar.gz nimgen-bcace601d3ad7a62d255e17465a67f7a17011c05.zip | |
Comment lines feature, remove docopt
Diffstat (limited to 'nimgen.nimble')
| -rw-r--r-- | nimgen.nimble | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nimgen.nimble b/nimgen.nimble index 93aa3ae..79e8a4b 100644 --- a/nimgen.nimble +++ b/nimgen.nimble @@ -1,6 +1,6 @@ # Package -version = "0.1.3" +version = "0.1.4" author = "genotrance" description = "c2nim helper to simplify 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", "docopt >= 0.6.5" +requires "nim >= 0.17.2", "c2nim >= 0.9.13" bin = @["nimgen"] |
