diff options
| author | c-blake <c-blake@users.noreply.github.com> | 2019-01-05 04:57:55 -0500 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-01-05 10:57:55 +0100 |
| commit | d77c43bb4d720417770d285a30ce0594e9ac7c23 (patch) | |
| tree | 6ab644966c3d44e7824a1f12b3acb88ec26a517a | |
| parent | ec99bc7067f9cb8e82f304b480f6a54f5ff10496 (diff) | |
| download | packages-d77c43bb4d720417770d285a30ce0594e9ac7c23.tar.gz packages-d77c43bb4d720417770d285a30ce0594e9ac7c23.zip | |
Added package suggest (#976)
| -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", |
