From 5f9a6ef5ba60b2b490964de16d995d6da336e18c Mon Sep 17 00:00:00 2001 From: Bung Date: Tue, 6 Apr 2021 18:59:59 +0800 Subject: [PATCH] Added package static_server (#1856) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 2e83e1a..3de69de 100644 --- a/packages.json +++ b/packages.json @@ -22038,5 +22038,16 @@ "description": "exception tracking for older versions of nim", "license": "MIT", "web": "https://github.com/markspanbroek/upraises" + }, + { + "name": "static_server", + "url": "https://github.com/bung87/nimhttpd", + "method": "git", + "tags": [ + "web" + ], + "description": "A tiny static file web server.", + "license": "MIT", + "web": "https://github.com/bung87/nimhttpd" } ]