Merge pull request #219 from def-/zip

Add zip wrapper
This commit is contained in:
Dominik Picheta 2015-08-07 19:00:41 +01:00
commit c2091b0b15

View File

@ -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"
}
]