From e69a16611602a522e4dc28c26227beede3bcdc92 Mon Sep 17 00:00:00 2001 From: def Date: Fri, 7 Aug 2015 16:17:52 +0200 Subject: [PATCH] Add zip wrapper --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ]