all repos — nimhttpd @ f2dc3d098056e4027d1dbc5841a816072de7b3ea

A useful static file web server.

src/nimhttpdpkg/config.nim

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