From 7ec004f755953c317bede7e01fe2154cde8d223c Mon Sep 17 00:00:00 2001 From: XXIV <13811862+thechampagne@users.noreply.github.com> Date: Sat, 14 Oct 2023 07:25:20 +0300 Subject: [PATCH] add nimzip package (#2722) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index fcccea9..b3a5538 100644 --- a/packages.json +++ b/packages.json @@ -31557,5 +31557,17 @@ "description": "webidl to Nim bindings generator", "license": "MIT", "web": "https://github.com/ASVIEST/webidl2nim" + }, + { + "name": "nimzip", + "url": "https://github.com/thechampagne/nimzip", + "method": "git", + "tags": [ + "zip", + "binding" + ], + "description": "Binding for a portable, simple zip library", + "license": "MIT", + "web": "https://github.com/thechampagne/nimzip" } ]