aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index b73354e..bc8f5c1 100644
--- a/packages.json
+++ b/packages.json
@@ -1568,5 +1568,14 @@
"description": "Nim module for better URI handling",
"license": "MIT",
"web": "https://github.com/achesak/nim-uri2"
- }
+ },
+ {
+ "name": "mongrel2",
+ "url": "https://mahlon@bitbucket.org/mahlon/nim-mongrel2",
+ "method": "hg",
+ "tags": ["mongrel2", "library", "www" ],
+ "description": "Handler framework for the Mongrel2 web server.",
+ "license": "MIT",
+ "web": "http://bitbucket.org/mahlon/nim-mongrel2"
+ },
]