Add nimgen

This commit is contained in:
Ganesh Viswanathan 2017-12-04 14:43:00 -06:00
parent f31d4c8aa6
commit c02c1e2ca1

View File

@ -7814,5 +7814,20 @@
"description": "Wrapper for libnetpbm", "description": "Wrapper for libnetpbm",
"license": "MIT", "license": "MIT",
"web": "https://github.com/barcharcraz/nim-netpbm" "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"
} }
] ]