From 4af271176fd098c985303dc150b988a6152d6270 Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Mon, 9 Jan 2023 23:25:13 -0600 Subject: [PATCH] Add package crunchy (#2452) --- packages.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/packages.json b/packages.json index d86574c..5a489e9 100644 --- a/packages.json +++ b/packages.json @@ -28412,6 +28412,26 @@ "license": "MIT", "web": "https://github.com/hdbg/pape" }, + { + "name": "crunchy", + "url": "https://github.com/guzba/crunchy", + "method": "git", + "tags": [ + "sha", + "sha256", + "sha-256", + "crc32", + "crc-32", + "adler32", + "adler-32", + "crc", + "checksum", + "hash" + ], + "description": "SIMD-optimized hashing, checksums and CRCs", + "license": "MIT", + "web": "https://github.com/guzba/crunchy" + }, { "name": "googleTranslate", "url": "https://git.ozzuu.com/thisago/googleTranslate",