mongrel2.nimble
changeset 4 ffb8b9920057
parent 2 46cbb042f2cb
child 5 c568094abee7
--- a/mongrel2.nimble	Tue Sep 15 11:28:40 2015 -0700
+++ b/mongrel2.nimble	Mon Oct 08 12:31:27 2018 -0700
@@ -1,10 +1,17 @@
-[Package]
-name          = "mongrel2"
-version       = "0.1.0"
+
+# Package
+
+version       = "0.1.1"
 author        = "Mahlon E. Smith <mahlon@martini.nu>"
 description   = "Simplistic handler framework for the Mongrel2 webserver."
 license       = "MIT"
+installExt    = @["mongrel2"]
+srcDir        = "src"
 
-[Deps]
-Requires: "nim >= 0.11.0, tnetstring >= 0.1.1, zmq >= 0.2.1"
+
+# Dependencies
 
+requires "nim >= 0.19.0"
+requires "tnetstring >= 0.1.1"
+requires "zmq >= 0.2.1"
+