all repos — nimhttpd @ 549f4f45584f7a5c6b29dd8115702f6a15af9da4

A useful static file web server.

src/nimhttpdpkg/config.nim

 1
 2
 3
 4
 5
const
  pkgTitle*       = "NimHTTPd"
  pkgVersion*     = "1.0.7"
  pkgAuthor*      = "Fabio Cevasco"
  pkgDescription* = "A tiny static file web server."