From c8d4514bb1c4333ae1b5855569681cf57dcddce5 Mon Sep 17 00:00:00 2001 From: Esteban Castro Borsani Date: Tue, 5 Sep 2017 15:55:11 -0300 Subject: [PATCH] Add package graphemes (#575) * Added package graphemes * remove tag commas --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" } ]