Merge pull request #621 from nitely/add-unicodedb0107

Added package unicodedb
This commit is contained in:
Dominik Picheta 2017-11-23 13:24:48 +00:00 committed by GitHub
commit 91b23b8138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]