Add package graphemes (#575)

* Added package graphemes

* remove tag commas
This commit is contained in:
Esteban Castro Borsani 2017-09-05 15:55:11 -03:00 committed by Dominik Picheta
parent 6dcd69a0f4
commit c8d4514bb1

View File

@ -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"
}
]