From 31de56013355762175e364b0ffd63969cb4b0a84 Mon Sep 17 00:00:00 2001 From: Fabio Cevasco Date: Sun, 6 May 2018 21:53:28 +0200 Subject: [PATCH] Added package nimhttpd (#723) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 9fa2a55..ead7bf5 100644 --- a/packages.json +++ b/packages.json @@ -9149,6 +9149,20 @@ "license": "LGPLv3", "web": "https://github.com/juancarlospaco/nim-bytes2human" }, + { + "name": "nimhttpd", + "url": "https://github.com/h3rald/nimhttpd", + "method": "git", + "tags": [ + "web-server", + "static-file-server", + "server", + "http" + ], + "description": "A tiny static file web server.", + "license": "MIT", + "web": "https://github.com/h3rald/nimhttpd" + }, { "name": "crc32", "url": "https://github.com/juancarlospaco/nim-crc32",