Add recent packages (#772)

This commit is contained in:
genotrance 2018-07-04 05:19:27 -05:00 committed by Dominik Picheta
parent d07996d0ca
commit 032d9bb10d

View File

@ -9742,6 +9742,65 @@
"license": "MIT",
"web": "https://github.com/icyphox/fab"
},
{
"name": "nim7z",
"url": "https://github.com/genotrance/nim7z",
"method": "git",
"tags": [
"7zip",
"7z",
"extract",
"archive"
],
"description": "7z extraction for Nim",
"license": "MIT",
"web": "https://github.com/genotrance/nim7z"
},
{
"name": "nimarchive",
"url": "https://github.com/genotrance/nimarchive",
"method": "git",
"tags": [
"7z",
"zip",
"tar",
"rar",
"gz",
"libarchive",
"compress",
"extract",
"archive"
],
"description": "libarchive wrapper for Nim",
"license": "MIT",
"web": "https://github.com/genotrance/nimarchive"
},
{
"name": "nimpcre",
"url": "https://github.com/genotrance/nimpcre",
"method": "git",
"tags": [
"pcre",
"regex"
],
"description": "PCRE wrapper for Nim",
"license": "MIT",
"web": "https://github.com/genotrance/nimpcre"
},
{
"name": "nimdeps",
"url": "https://github.com/genotrance/nimdeps",
"method": "git",
"tags": [
"dependency",
"bundle",
"installer",
"package"
],
"description": "Nim library to bundle dependency files into executable",
"license": "MIT",
"web": "https://github.com/genotrance/nimdeps"
},
{
"name": "intel_hex",
"url": "https://github.com/keyme/nim_intel_hex",