diff options
| author | Rokas Kupstys <rokups@zoho.com> | 2017-02-03 20:55:38 +0200 |
|---|---|---|
| committer | Rokas Kupstys <rokups@zoho.com> | 2017-02-03 20:55:38 +0200 |
| commit | 660e8247aef97b5577be2703a8f1b470d5a47f09 (patch) | |
| tree | ddb94e25684ed48bb07b270b0e19792a16eca94f | |
| parent | c08dbba1f755b79cd6de8b0ae6b97348a33d4d13 (diff) | |
| download | packages-660e8247aef97b5577be2703a8f1b470d5a47f09.tar.gz packages-660e8247aef97b5577be2703a8f1b470d5a47f09.zip | |
Added package ustring
| -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" + } ] |
