all repos — nimhttpd @ fe30ff083d62419870a952677f2e8a372d32f270

A useful static file web server.

nimhttpd.nimble

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
[Package]
name          = "nimhttpd"
version       = "1.0.4"
author        = "Fabio Cevasco"
description   = "A tiny static file web server."
license       = "MIT"
bin           = "nimhttpd"
skipFiles     = @["nakefile.nim"]

[Deps]
requires: "nim >= 0.18.0"