diff options
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 189b993..c316261 100644 --- a/packages.json +++ b/packages.json @@ -12338,6 +12338,19 @@ "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", "method": "git", |
