Add cgi0200 (#2410)

* rename

* Added package cgi
This commit is contained in:
ringabout 2022-11-29 10:36:44 +08:00 committed by GitHub
parent 73a1b051d2
commit a533caa918
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27931,5 +27931,18 @@
"description": "Color printing interface for nim",
"license": "MIT",
"web": "https://github.com/JessaTehCrow/NimColor"
},
{
"name": "cgi",
"url": "https://github.com/nim-lang/cgi",
"method": "git",
"tags": [
"cgi",
"official",
"stdlib"
],
"description": "Helper procs for CGI applications in Nim.",
"license": "MIT",
"web": "https://github.com/nim-lang/cgi"
}
]