Add punycode0933 (#2412)

This commit is contained in:
ringabout 2022-12-02 04:23:40 +08:00 committed by GitHub
parent 2f883c8287
commit e350f25d1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27960,6 +27960,19 @@
"license": "MIT",
"web": "https://github.com/nim-lang/cgi"
},
{
"name": "punycode",
"url": "https://github.com/nim-lang/punycode",
"method": "git",
"tags": [
"stdlib",
"punycode",
"official"
],
"description": "Implements a representation of Unicode with the limited ASCII character subset in Nim.",
"license": "MIT",
"web": "https://github.com/nim-lang/punycode"
},
{
"name": "pipexp",
"url": "https://codeberg.org/emanresu3/nim-pipexp",