aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordef <dennis@felsin9.de>2015-08-07 16:17:52 +0200
committerdef <dennis@felsin9.de>2015-08-07 16:17:52 +0200
commite69a16611602a522e4dc28c26227beede3bcdc92 (patch)
tree0c3def831a040d26ee0b46d90ffc8a62a0c6b12d
parent0c9fcae5e9316bcd6731beed2016ab7d1a0daab2 (diff)
downloadpackages-e69a16611602a522e4dc28c26227beede3bcdc92.tar.gz
packages-e69a16611602a522e4dc28c26227beede3bcdc92.zip
Add zip wrapper
-rw-r--r--packages.json9
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"
}
]