diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-02-03 20:24:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-03 20:24:18 +0100 |
| commit | 5ff7209efa3d2d0a6d489017459b39fddd731c13 (patch) | |
| tree | ddb94e25684ed48bb07b270b0e19792a16eca94f | |
| parent | c08dbba1f755b79cd6de8b0ae6b97348a33d4d13 (diff) | |
| parent | 660e8247aef97b5577be2703a8f1b470d5a47f09 (diff) | |
| download | packages-5ff7209efa3d2d0a6d489017459b39fddd731c13.tar.gz packages-5ff7209efa3d2d0a6d489017459b39fddd731c13.zip | |
Merge pull request #463 from rokups/add-ustring1855
Add 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" + } ] |
