From cf35f67699541471bfe5e06a2d0f6e57082dbffe Mon Sep 17 00:00:00 2001 From: Huy Doan <106477+ba0f3@users.noreply.github.com> Date: Fri, 1 Nov 2019 03:03:23 +0700 Subject: [PATCH] Added package fastcgi (#1229) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 7842943..3107524 100644 --- a/packages.json +++ b/packages.json @@ -15042,5 +15042,18 @@ "description": "DNS /etc/hosts file manager, Block 1 Million malicious domains with 1 command", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-dnsprotec" + }, + { + "name": "fastcgi", + "url": "https://github.com/ba0f3/fastcgi.nim", + "method": "git", + "tags": [ + "fastcgi", + "fcgi", + "cgi" + ], + "description": "FastCGI library for Nim", + "license": "MIT", + "web": "https://github.com/ba0f3/fastcgi.nim" } ]