aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRokas Kupstys <rokups@zoho.com>2017-02-03 20:55:38 +0200
committerRokas Kupstys <rokups@zoho.com>2017-02-03 20:55:38 +0200
commit660e8247aef97b5577be2703a8f1b470d5a47f09 (patch)
treeddb94e25684ed48bb07b270b0e19792a16eca94f
parentc08dbba1f755b79cd6de8b0ae6b97348a33d4d13 (diff)
downloadpackages-660e8247aef97b5577be2703a8f1b470d5a47f09.tar.gz
packages-660e8247aef97b5577be2703a8f1b470d5a47f09.zip
Added package ustring
-rw-r--r--packages.json17
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"
+ }
]