From 853f443ed50306ab693cc65ebe7eaf3c6f39d1aa Mon Sep 17 00:00:00 2001 From: nitely Date: Wed, 22 Nov 2017 22:07:06 -0300 Subject: [PATCH] Added package unicodedb --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index b23d56b..b9b9d81 100644 --- a/packages.json +++ b/packages.json @@ -7692,5 +7692,18 @@ "description": "Polynomial operations", "license": "MIT", "web": "https://github.com/lcrees/polynumeric" + }, + { + "name": "unicodedb", + "url": "https://github.com/nitely/nim-unicodedb", + "method": "git", + "tags": [ + "unicode", + "UCD", + "unicodedata" + ], + "description": "Unicode Character Database (UCD) access for Nim", + "license": "MIT", + "web": "https://github.com/nitely/nim-unicodedb" } ]