diff --git a/packages.json b/packages.json index 17b0d1f..12756a0 100644 --- a/packages.json +++ b/packages.json @@ -7118,5 +7118,18 @@ "description": "Nim library with python-like functions and operators", "license": "MIT", "web": "https://github.com/Yardanico/nimpylib" + }, + { + "name": "graphemes", + "url": "https://github.com/nitely/nim-graphemes", + "method": "git", + "tags": [ + "graphemes", + "grapheme-cluster", + "unicode" + ], + "description": "Grapheme aware string handling (Unicode tr29)", + "license": "MIT", + "web": "https://github.com/nitely/nim-graphemes" } ]