aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEsteban Castro Borsani <nitely@users.noreply.github.com>2017-09-05 15:55:11 -0300
committerDominik Picheta <dominikpicheta@googlemail.com>2017-09-05 19:55:10 +0100
commitc8d4514bb1c4333ae1b5855569681cf57dcddce5 (patch)
tree7ce0472ac67e61d8908c1a02857cccde2526a94d
parent6dcd69a0f4070ea4ad14470ba15f04899fa29256 (diff)
downloadpackages-c8d4514bb1c4333ae1b5855569681cf57dcddce5.tar.gz
packages-c8d4514bb1c4333ae1b5855569681cf57dcddce5.zip
Add package graphemes (#575)
* Added package graphemes * remove tag commas
-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"
}
]