diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-08-07 19:00:41 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-08-07 19:00:41 +0100 |
| commit | c2091b0b151f063ccff5284ab1fe827e9afc06fc (patch) | |
| tree | 0c3def831a040d26ee0b46d90ffc8a62a0c6b12d | |
| parent | 0c9fcae5e9316bcd6731beed2016ab7d1a0daab2 (diff) | |
| parent | e69a16611602a522e4dc28c26227beede3bcdc92 (diff) | |
| download | packages-c2091b0b151f063ccff5284ab1fe827e9afc06fc.tar.gz packages-c2091b0b151f063ccff5284ab1fe827e9afc06fc.zip | |
Merge pull request #219 from def-/zip
Add zip wrapper
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 406b06a..76d3567 100644 --- a/packages.json +++ b/packages.json @@ -1946,5 +1946,14 @@ "description": "A wrapper for LMDB the Lightning Memory-Mapped Database", "license": "MIT", "web": "https://github.com/fowlmouth/lmdb.nim" + }, + { + "name": "zip", + "url": "https://github.com/nim-lang/zip", + "method": "git", + "tags": ["wrapper", "zip"], + "description": "A wrapper for the zip library", + "license": "MIT", + "web": "https://github.com/nim-lang/zip" } ] |
