mongrel2.nimble
author Mahlon E. Smith <mahlon@martini.nu>
Tue, 26 May 2015 16:02:27 -0700
changeset 2 46cbb042f2cb
parent 0 f480e159f575
child 4 ffb8b9920057
permissions -rw-r--r--
Add the ZMQ dependency.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
f480e159f575 Initial commit.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff changeset
     1
[Package]
f480e159f575 Initial commit.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff changeset
     2
name          = "mongrel2"
f480e159f575 Initial commit.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff changeset
     3
version       = "0.1.0"
f480e159f575 Initial commit.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff changeset
     4
author        = "Mahlon E. Smith <mahlon@martini.nu>"
f480e159f575 Initial commit.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff changeset
     5
description   = "Simplistic handler framework for the Mongrel2 webserver."
f480e159f575 Initial commit.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff changeset
     6
license       = "MIT"
f480e159f575 Initial commit.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff changeset
     7
f480e159f575 Initial commit.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff changeset
     8
[Deps]
2
46cbb042f2cb Add the ZMQ dependency.
Mahlon E. Smith <mahlon@martini.nu>
parents: 0
diff changeset
     9
Requires: "nim >= 0.11.0, tnetstring >= 0.1.1, zmq >= 0.2.1"
0
f480e159f575 Initial commit.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff changeset
    10