Added package nimhttpd (#723)

This commit is contained in:
Fabio Cevasco 2018-05-06 21:53:28 +02:00 committed by Dominik Picheta
parent eefbeeda74
commit 31de560133

View File

@ -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",