mongrel2.nimble
author Mahlon E. Smith <mahlon@martini.nu>
Mon, 08 Oct 2018 12:31:27 -0700
changeset 4 ffb8b9920057
parent 2 46cbb042f2cb
child 5 c568094abee7
permissions -rw-r--r--
Re-arrange for use with nimble, updates for nim 0.19.


# Package

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


# Dependencies

requires "nim >= 0.19.0"
requires "tnetstring >= 0.1.1"
requires "zmq >= 0.2.1"