all repos — nimhttpd @ 073d8b6122fd708370ce784086f19336b240ffb5

A useful static file web server.

Updated nim requirements.
h3rald h3rald@h3rald.com
Thu, 22 Apr 2021 19:37:10 +0000
commit

073d8b6122fd708370ce784086f19336b240ffb5

parent

479f444d66e9f304e89cf210ca5ca7da60665aba

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M nimhttpd.nimblenimhttpd.nimble

@@ -23,7 +23,7 @@ installExt = @["nim"]

# Dependencies -requires "nim >= 0.20.0" +requires "nim >= 1.4.4" const compile = "nim c -d:release" const linux_x64 = "--cpu:amd64 --os:linux -o:nimhttpd"