From ce1c086710ed4d7ce4195b1e80da6d78ce31fdb6 Mon Sep 17 00:00:00 2001 From: nitely Date: Fri, 12 Jan 2018 12:58:25 -0300 Subject: [PATCH] Added package unicodeplus --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index d9de6be..57f47a7 100644 --- a/packages.json +++ b/packages.json @@ -7973,5 +7973,18 @@ "description": "Duplicate files finder", "license": "MIT", "web": "https://github.com/rustomax/ndf" + }, + { + "name": "unicodeplus", + "url": "https://github.com/nitely/nim-unicodeplus", + "method": "git", + "tags": [ + "unicode", + "isdigit", + "isalpha" + ], + "description": "Common unicode operations", + "license": "MIT", + "web": "https://github.com/nitely/nim-unicodeplus" } ]