From 3e62a7b1eff7090a22e29045a3e33b659019e882 Mon Sep 17 00:00:00 2001 From: c-blake Date: Thu, 1 Sep 2022 22:08:03 -0400 Subject: [PATCH] Add ndup (#2342) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 235e9ce..e25dd0f 100644 --- a/packages.json +++ b/packages.json @@ -27338,5 +27338,22 @@ "description": "Simplified TLV parsing for nim.", "license": "MIT", "web": "https://github.com/d4rckh/nim-tlv" + }, + { + "name": "ndup", + "url": "https://github.com/c-blake/ndup", + "method": "git", + "tags": [ + "rolling hash", + "content-sensitive framing", + "near duplicate", + "duplicate", + "detection", + "binary files", + "set file manipulation" + ], + "description": "Near-Duplicate File Detection", + "license": "MIT/ISC", + "web": "https://github.com/c-blake/ndup" } ]