mongrel2.nimble
author Mahlon E. Smith <mahlon@martini.nu>
Tue, 15 Sep 2015 11:28:40 -0700
changeset 3 ecde1a332692
parent 2 46cbb042f2cb
child 4 ffb8b9920057
permissions -rw-r--r--
I'm not sure how I missed this one. Ssssh. Nothing to see here.

[Package]
name          = "mongrel2"
version       = "0.1.0"
author        = "Mahlon E. Smith <mahlon@martini.nu>"
description   = "Simplistic handler framework for the Mongrel2 webserver."
license       = "MIT"

[Deps]
Requires: "nim >= 0.11.0, tnetstring >= 0.1.1, zmq >= 0.2.1"