mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-04 07:03:13 +00:00
Add package graphemes (#575)
* Added package graphemes * remove tag commas
This commit is contained in:
parent
6dcd69a0f4
commit
c8d4514bb1
@ -7118,5 +7118,18 @@
|
|||||||
"description": "Nim library with python-like functions and operators",
|
"description": "Nim library with python-like functions and operators",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/Yardanico/nimpylib"
|
"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…
x
Reference in New Issue
Block a user