aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-12-06 18:19:40 +0000
committerGitHub <noreply@github.com>2017-12-06 18:19:40 +0000
commit67946af159c16587a2dd74c74610c53aaea176e5 (patch)
treed353271c1d1c3c9082265848180a26b5b1a3deb8
parentf31d4c8aa620278a1bcb2eae899b36c61cf8eac0 (diff)
parentc02c1e2ca1af17b4994892a04a419c18538e13a5 (diff)
downloadpackages-67946af159c16587a2dd74c74610c53aaea176e5.tar.gz
packages-67946af159c16587a2dd74c74610c53aaea176e5.zip
Merge pull request #631 from genotrance/master
Add nimgen
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index a6a404f..d4c1a21 100644
--- a/packages.json
+++ b/packages.json
@@ -7814,5 +7814,20 @@
"description": "Wrapper for libnetpbm",
"license": "MIT",
"web": "https://github.com/barcharcraz/nim-netpbm"
+ },
+ {
+ "name": "nimgen",
+ "url": "https://github.com/genotrance/nimgen",
+ "method": "git",
+ "tags": [
+ "c2nim",
+ "library",
+ "wrapper",
+ "c",
+ "c++"
+ ],
+ "description": "C2nim helper to simplify and automate wrapping C libraries",
+ "license": "MIT",
+ "web": "https://github.com/genotrance/nimgen"
}
]