diff options
| author | genotrance <dev@genotrance.com> | 2018-07-04 05:19:27 -0500 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-07-04 11:19:27 +0100 |
| commit | 032d9bb10dc9fa563ff41f984b41b20e6b0b9ed6 (patch) | |
| tree | 2425938ebd971dfaa6d9d8f9ebe2a6793d2e47c7 | |
| parent | d07996d0ca8eb899744775a799f6135e9dcc81ed (diff) | |
| download | packages-032d9bb10dc9fa563ff41f984b41b20e6b0b9ed6.tar.gz packages-032d9bb10dc9fa563ff41f984b41b20e6b0b9ed6.zip | |
Add recent packages (#772)
| -rw-r--r-- | packages.json | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/packages.json b/packages.json index e4e6b3c..87d8b91 100644 --- a/packages.json +++ b/packages.json @@ -9743,6 +9743,65 @@ "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", "method": "git", |
