diff options
| author | nitely <ecastroborsani@gmail.com> | 2018-04-25 19:10:27 -0300 |
|---|---|---|
| committer | nitely <ecastroborsani@gmail.com> | 2018-04-25 19:10:27 -0300 |
| commit | e35d6cbd3c0f6fe060561fdd17eb811d839fef86 (patch) | |
| tree | 4d3b34efc6fd71a2efd9070b303c86b1d846b8c3 | |
| parent | bb1d5d2061a0a39890047e4d67d3b8bc9941b670 (diff) | |
| download | packages-e35d6cbd3c0f6fe060561fdd17eb811d839fef86.tar.gz packages-e35d6cbd3c0f6fe060561fdd17eb811d839fef86.zip | |
Added package strunicode
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 7c3a187..219814b 100644 --- a/packages.json +++ b/packages.json @@ -9052,5 +9052,18 @@ "description": "Protocol Buffers compiler support package for nimpb", "license": "MIT", "web": "https://github.com/oswjk/nimpb_protoc" + }, + { + "name": "strunicode", + "url": "https://github.com/nitely/nim-strunicode", + "method": "git", + "tags": [ + "string", + "unicode", + "grapheme" + ], + "description": "Swift-like unicode string handling", + "license": "MIT", + "web": "https://github.com/nitely/nim-strunicode" } ] |
