From a533caa918de09edef78bdac17d2bfe8b8492a63 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Tue, 29 Nov 2022 10:36:44 +0800 Subject: [PATCH] Add cgi0200 (#2410) * rename * Added package cgi --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 351eaa3..a805d15 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]