From d7da9473c0c13cca57fa99c9588cba5844614aad Mon Sep 17 00:00:00 2001 From: srozb Date: Fri, 2 Sep 2022 18:10:00 +0200 Subject: [PATCH] Added package libfuzzy (#2347) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index e25dd0f..dc01344 100644 --- a/packages.json +++ b/packages.json @@ -27355,5 +27355,21 @@ "description": "Near-Duplicate File Detection", "license": "MIT/ISC", "web": "https://github.com/c-blake/ndup" + }, + { + "name": "libfuzzy", + "url": "https://github.com/srozb/nim-libfuzzy", + "method": "git", + "tags": [ + "cryptography", + "ssdeep", + "libfuzzy", + "fuzzyhashing", + "hash", + "wrapper" + ], + "description": "libfuzzy/ssdeep wrapper", + "license": "GPL-2.0-only", + "web": "https://github.com/srozb/nim-libfuzzy" } ]