diff options
Diffstat (limited to 'packages.json')
| -rw-r--r-- | packages.json | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/packages.json b/packages.json index fc68f2d..d5799f3 100644 --- a/packages.json +++ b/packages.json @@ -5835,5 +5835,20 @@ "description": "Nim interface to gnuplot", "license": "MIT", "web": "https://github.com/dvolk/gnuplot.nim" -} + }, + { + "name": "ustring", + "url": "https://github.com/rokups/nim-ustring", + "method": "git", + "tags": [ + "string", + "text", + "unicode", + "uft8", + "utf-8" + ], + "description": "utf-8 string", + "license": "MIT", + "web": "https://github.com/rokups/nim-ustring" + } ] |
