diff --git a/packages.json b/packages.json index f490307..95b9bab 100644 --- a/packages.json +++ b/packages.json @@ -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",