From c02c1e2ca1af17b4994892a04a419c18538e13a5 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Mon, 4 Dec 2017 14:43:00 -0600 Subject: [PATCH] Add nimgen --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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" } ]