From 54ed2449040cae4b75dd4d7d1b9f047160b61257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Nowak?= Date: Wed, 30 Dec 2020 18:44:52 +0100 Subject: [PATCH] Added fuzzy search library (#1768) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 9cd083d..4900121 100644 --- a/packages.json +++ b/packages.json @@ -11478,6 +11478,18 @@ "license": "MIT", "web": "https://github.com/pigmej/nim-simple-decimal" }, + { + "name": "fuzzy", + "url": "https://github.com/pigmej/fuzzy", + "method": "git", + "tags": [ + "fuzzy", + "search" + ], + "description": "Pure nim fuzzy search implementation. Supports substrings etc", + "license": "MIT", + "web": "https://github.com/pigmej/fuzzy" + }, { "name": "calibre", "url": "https://github.com/juancarlospaco/nim-calibre",