diff --git a/packages.json b/packages.json index b23d56b..b9b9d81 100644 --- a/packages.json +++ b/packages.json @@ -7692,5 +7692,18 @@ "description": "Polynomial operations", "license": "MIT", "web": "https://github.com/lcrees/polynumeric" + }, + { + "name": "unicodedb", + "url": "https://github.com/nitely/nim-unicodedb", + "method": "git", + "tags": [ + "unicode", + "UCD", + "unicodedata" + ], + "description": "Unicode Character Database (UCD) access for Nim", + "license": "MIT", + "web": "https://github.com/nitely/nim-unicodedb" } ]