diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-11-23 13:24:48 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-23 13:24:48 +0000 |
| commit | 91b23b8138dcb79767f15c3618bfd36a007a2ff9 (patch) | |
| tree | 3362c10b9b8ffc7d54ed331aed083d10f43d074a | |
| parent | 475872b6b2f1cd8215b4a745165f949f65f94298 (diff) | |
| parent | 853f443ed50306ab693cc65ebe7eaf3c6f39d1aa (diff) | |
| download | packages-91b23b8138dcb79767f15c3618bfd36a007a2ff9.tar.gz packages-91b23b8138dcb79767f15c3618bfd36a007a2ff9.zip | |
Merge pull request #621 from nitely/add-unicodedb0107
Added package unicodedb
| -rw-r--r-- | packages.json | 13 |
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" } ] |
