diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2017-12-04 14:43:00 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2017-12-04 14:43:00 -0600 |
| commit | c02c1e2ca1af17b4994892a04a419c18538e13a5 (patch) | |
| tree | d353271c1d1c3c9082265848180a26b5b1a3deb8 | |
| parent | f31d4c8aa620278a1bcb2eae899b36c61cf8eac0 (diff) | |
| download | packages-c02c1e2ca1af17b4994892a04a419c18538e13a5.tar.gz packages-c02c1e2ca1af17b4994892a04a419c18538e13a5.zip | |
Add nimgen
| -rw-r--r-- | packages.json | 15 |
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" } ] |
