diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-12-23 12:17:59 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-23 12:17:59 +0000 |
| commit | 12faa5d02ecf96c5c6aa6fafde033565961a344d (patch) | |
| tree | 56ac11c5c2f7f71184b06a7b1c4bea57927d44ff | |
| parent | d62e93b1ce59cd3d342e57ffc5f83b71c2e590e5 (diff) | |
| parent | e12f84af10c245f4a43ab94f608337b459861ab0 (diff) | |
| download | packages-12faa5d02ecf96c5c6aa6fafde033565961a344d.tar.gz packages-12faa5d02ecf96c5c6aa6fafde033565961a344d.zip | |
Merge pull request #969 from h3rald/add-nim_miniz1801
Add package nim_miniz
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index fef6877..6d49999 100644 --- a/packages.json +++ b/packages.json @@ -12237,5 +12237,19 @@ "description": "Localization package for Nim.", "license": "MIT", "web": "https://github.com/moigagoo/loco" + }, + { + "name": "nim_miniz", + "url": "https://github.com/h3rald/nim-miniz", + "method": "git", + "tags": [ + "zip", + "compression", + "wrapper", + "miniz" + ], + "description": "Nim wrapper for miniz", + "license": "MIT", + "web": "https://github.com/h3rald/nim-miniz" } ] |
