aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-04-25 23:22:33 +0100
committerGitHub <noreply@github.com>2018-04-25 23:22:33 +0100
commita108b871ff8f9856b3fa5bd6dd2ff328e6600440 (patch)
tree4d3b34efc6fd71a2efd9070b303c86b1d846b8c3
parentbb1d5d2061a0a39890047e4d67d3b8bc9941b670 (diff)
parente35d6cbd3c0f6fe060561fdd17eb811d839fef86 (diff)
downloadpackages-a108b871ff8f9856b3fa5bd6dd2ff328e6600440.tar.gz
packages-a108b871ff8f9856b3fa5bd6dd2ff328e6600440.zip
Merge pull request #710 from nitely/add-strunicode2210
Added package strunicode
-rw-r--r--packages.json13
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"
}
]