aboutsummaryrefslogtreecommitdiff
path: root/nimgen.nimble
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2017-11-07 18:14:33 -0600
committerGanesh Viswanathan <dev@genotrance.com>2017-11-07 18:14:33 -0600
commit777ae910c88eeb4e4327a62c6e30514f197c2806 (patch)
tree897db822d3b0db7d628a9f02e57eaade35da43be /nimgen.nimble
parentadd7bcfbe66d98fbb849ce6c6c89704c5655e29c (diff)
downloadnimgen-777ae910c88eeb4e4327a62c6e30514f197c2806.tar.gz
nimgen-777ae910c88eeb4e4327a62c6e30514f197c2806.zip
Initial version
Diffstat (limited to 'nimgen.nimble')
-rw-r--r--nimgen.nimble12
1 files changed, 12 insertions, 0 deletions
diff --git a/nimgen.nimble b/nimgen.nimble
new file mode 100644
index 0000000..d849bf5
--- /dev/null
+++ b/nimgen.nimble
@@ -0,0 +1,12 @@
+# 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"] \ No newline at end of file