From e35d6cbd3c0f6fe060561fdd17eb811d839fef86 Mon Sep 17 00:00:00 2001 From: nitely Date: Wed, 25 Apr 2018 19:10:27 -0300 Subject: [PATCH] Added package strunicode --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" } ]