aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgenotrance <dev@genotrance.com>2018-12-11 05:50:28 -0600
committerMiran <narimiran@disroot.org>2018-12-11 12:50:28 +0100
commitb11e98519b2f71fb036ca62b23b6ed81f12a582f (patch)
tree4a36db27ed69cc1bc137eef8e1158c5b29c77ccf
parentf5fc73438aaee944aca4de22da782131cd03296e (diff)
downloadpackages-b11e98519b2f71fb036ca62b23b6ed81f12a582f.tar.gz
packages-b11e98519b2f71fb036ca62b23b6ed81f12a582f.zip
Added package nimfuzzy (#961)
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
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"
}
]