diff options
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 9fa2a55..ead7bf5 100644 --- a/packages.json +++ b/packages.json @@ -9150,6 +9150,20 @@ "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", "method": "git", |
