aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-02-03 20:24:18 +0100
committerGitHub <noreply@github.com>2017-02-03 20:24:18 +0100
commit5ff7209efa3d2d0a6d489017459b39fddd731c13 (patch)
treeddb94e25684ed48bb07b270b0e19792a16eca94f
parentc08dbba1f755b79cd6de8b0ae6b97348a33d4d13 (diff)
parent660e8247aef97b5577be2703a8f1b470d5a47f09 (diff)
downloadpackages-5ff7209efa3d2d0a6d489017459b39fddd731c13.tar.gz
packages-5ff7209efa3d2d0a6d489017459b39fddd731c13.zip
Merge pull request #463 from rokups/add-ustring1855
Add 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"
+ }
]