all repos — nimhttpd @ 0b313c3fb62600a35775074af5c8597c65cb6e5e

A useful static file web server.

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

0b313c3fb62600a35775074af5c8597c65cb6e5e

parent

842ce825c17f8226455a4777bb69cfbc22de4f2f

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"