Add package unicody (#2710)

This commit is contained in:
Ryan Oldenburg 2023-09-16 21:32:27 -05:00 committed by GitHub
parent c6c92d0beb
commit 4d160b7653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31419,6 +31419,19 @@
"license": "MIT",
"web": "https://github.com/daylinmorgan/forge"
},
{
"name": "unicody",
"url": "https://github.com/guzba/unicody",
"method": "git",
"tags": [
"utf8",
"utf-8",
"unicode"
],
"description": "An alternative / companion to std/unicode",
"license": "MIT",
"web": "https://github.com/guzba/unicody"
},
{
"name": "stdx",
"url": "https://github.com/jjv360/nim-stdx",