From facba60693a55970cd04a5189ae6ac3113786f9f Mon Sep 17 00:00:00 2001 From: sumatoshi <91702402+sumatoshi@users.noreply.github.com> Date: Sat, 12 Feb 2022 15:28:16 +0500 Subject: [PATCH] add w8crc lib (#2146) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 31dd55a..7424a8c 100644 --- a/packages.json +++ b/packages.json @@ -25208,5 +25208,18 @@ "description": "Drag and drop source / target", "license": "GPL-3.0-only", "web": "https://github.com/adokitkat/dnd" + }, + { + "name": "w8crc", + "url": "https://github.com/sumatoshi/w8crc", + "method": "git", + "tags": [ + "crc", + "checksum", + "library" + ], + "description": "Full-featured CRC library for Nim.", + "license": "MIT", + "web": "https://github.com/sumatoshi/w8crc" } ]