From b11e98519b2f71fb036ca62b23b6ed81f12a582f Mon Sep 17 00:00:00 2001 From: genotrance Date: Tue, 11 Dec 2018 05:50:28 -0600 Subject: [PATCH] Added package nimfuzzy (#961) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 1b064c4..576fae7 100644 --- a/packages.json +++ b/packages.json @@ -11839,5 +11839,19 @@ "description": "deque implementatoin using DoublyLinkedRing", "license": "MIT", "web": "https://github.com/technicallyagd/ringDeque" + }, + { + "name": "nimfuzzy", + "url": "https://github.com/genotrance/nimfuzzy", + "method": "git", + "tags": [ + "fuzzy", + "search", + "match", + "fts" + ], + "description": "Fuzzy search wrapper for Nim", + "license": "MIT", + "web": "https://github.com/genotrance/nimfuzzy" } ]