aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornitely <ecastroborsani@gmail.com>2017-11-22 22:07:06 -0300
committernitely <ecastroborsani@gmail.com>2017-11-22 22:07:06 -0300
commit853f443ed50306ab693cc65ebe7eaf3c6f39d1aa (patch)
tree3362c10b9b8ffc7d54ed331aed083d10f43d074a
parent475872b6b2f1cd8215b4a745165f949f65f94298 (diff)
downloadpackages-853f443ed50306ab693cc65ebe7eaf3c6f39d1aa.tar.gz
packages-853f443ed50306ab693cc65ebe7eaf3c6f39d1aa.zip
Added package unicodedb
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
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"
}
]