From d77c43bb4d720417770d285a30ce0594e9ac7c23 Mon Sep 17 00:00:00 2001 From: c-blake Date: Sat, 5 Jan 2019 04:57:55 -0500 Subject: [PATCH] Added package suggest (#976) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 189b993..c316261 100644 --- a/packages.json +++ b/packages.json @@ -12337,6 +12337,19 @@ "license": "MIT", "web": "https://github.com/juancarlospaco/nim-itchio" }, + { + "name": "suggest", + "url": "https://github.com/c-blake/suggest.git", + "method": "git", + "tags": [ + "library", + "spell-check", + "edit-distance" + ], + "description": "mmap-persistent SymSpell spell checking algorithm", + "license": "MIT", + "web": "https://github.com/c-blake/suggest.git" + }, { "name": "gurl", "url": "https://github.com/MaxUNof/gurl",