aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
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"
}
]