mongrel2.nimble
author Mahlon E. Smith <mahlon@martini.nu>
Wed, 27 Oct 2021 13:57:16 -0700
changeset 6 d49437ff8f2f
parent 5 c568094abee7
permissions -rw-r--r--
Updates for more recent (v1.6.0) nim.


# Package

version       = "0.1.2"
author        = "Mahlon E. Smith <mahlon@martini.nu>"
description   = "Simplistic handler framework for the Mongrel2 webserver."
license       = "MIT"
installExt    = @["nim"]
srcDir        = "src"


# Dependencies

requires "nim >= 1.4.0"
requires "tnetstring >= 0.1.3"
requires "zmq >= 1.2.1"