mongrel2.nimble
changeset 2 46cbb042f2cb
parent 0 f480e159f575
child 4 ffb8b9920057
equal deleted inserted replaced
1:93233f47428d 2:46cbb042f2cb
     4 author        = "Mahlon E. Smith <mahlon@martini.nu>"
     4 author        = "Mahlon E. Smith <mahlon@martini.nu>"
     5 description   = "Simplistic handler framework for the Mongrel2 webserver."
     5 description   = "Simplistic handler framework for the Mongrel2 webserver."
     6 license       = "MIT"
     6 license       = "MIT"
     7 
     7 
     8 [Deps]
     8 [Deps]
     9 Requires: "nim >= 0.11.0, tnetstring >= 0.1.1"
     9 Requires: "nim >= 0.11.0, tnetstring >= 0.1.1, zmq >= 0.2.1"
    10 
    10