all repos — nimhttpd @ 1b57f412f55df29cdfd39023dfd134d2f9d35b97

A useful static file web server.

src/nimhttpdpkg/config.nim

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