all repos — nimhttpd @ 3e8063ac305e6ce8bc0271c2caa7a5ed3888804c

A useful static file web server.

src/nimhttpdpkg/config.nim

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