From e350f25d1b516321310e8deeb9927d72f60d66af Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Fri, 2 Dec 2022 04:23:40 +0800 Subject: [PATCH] Add punycode0933 (#2412) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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",