Add package graphemes (#575)
* Added package graphemes * remove tag commas
This commit is contained in:
parent
6dcd69a0f4
commit
c8d4514bb1
1 changed files with 13 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue