-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nuspell] Update to version 5.0.0 (#18590)
* [nuspell] Update to version 5.0.0 * x-add-version nuspell
- Loading branch information
Showing
6 changed files
with
22 additions
and
62 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"name": "nuspell", | ||
"version-semver": "5.0.0", | ||
"description": [ | ||
"Nuspell is a fast and safe spelling checker software program.", | ||
"It is designed for languages with rich morphology and complex word compounding.", | ||
"Nuspell is written in modern C++ and it supports Hunspell dictionaries." | ||
], | ||
"homepage": "https://nuspell.github.io/", | ||
"dependencies": [ | ||
"icu" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters