mongrel2.nimble
author Mahlon E. Smith <mahlon@martini.nu>
Mon, 08 Oct 2018 12:51:09 -0700
changeset 5 c568094abee7
parent 4 ffb8b9920057
child 6 d49437ff8f2f
permissions -rw-r--r--
Fix nimble file for distribution.


# Package

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


# Dependencies

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