diff options
| author | Fabio Cevasco <h3rald@h3rald.com> | 2018-05-06 21:53:28 +0200 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-05-06 20:53:28 +0100 |
| commit | 31de56013355762175e364b0ffd63969cb4b0a84 (patch) | |
| tree | 779299155b466ba0007951e0d0be8fe679423b16 | |
| parent | eefbeeda74ad450c2e0ea741af7d85d3e68c891e (diff) | |
| download | packages-31de56013355762175e364b0ffd63969cb4b0a84.tar.gz packages-31de56013355762175e364b0ffd63969cb4b0a84.zip | |
Added package nimhttpd (#723)
| -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", |
