mongrel2.nimble
changeset 0 f480e159f575
child 2 46cbb042f2cb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mongrel2.nimble	Tue May 26 15:40:11 2015 -0700
@@ -0,0 +1,10 @@
+[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"
+