aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
]