diff --git a/packages.json b/packages.json index 4550e99..540ad54 100644 --- a/packages.json +++ b/packages.json @@ -18504,5 +18504,17 @@ "description": "Nim CMAES library", "license": "Apache-2.0", "web": "https://github.com/zevv/nimcmaes" + }, + { + "name": "soundex", + "url": "https://github.com/Kashiwara0205/soundex", + "method": "git", + "tags": [ + "library", + "algorithm" + ], + "description": "soundex algorithm", + "license": "MIT", + "web": "https://github.com/Kashiwara0205/soundex" } ]