diff options
| author | Mahlon E. Smith <mahlon@martini.nu> | 2015-05-26 16:06:33 -0700 |
|---|---|---|
| committer | Mahlon E. Smith <mahlon@martini.nu> | 2015-05-26 16:06:33 -0700 |
| commit | ce6d567220c3a3aa34bd5d136d986e83eaf7730f (patch) | |
| tree | b85a998842338a5aee487fbb63aae4697c90686e | |
| parent | c7d8af59e14d965c9f38169496b158dae4f3ae33 (diff) | |
| download | packages-ce6d567220c3a3aa34bd5d136d986e83eaf7730f.tar.gz packages-ce6d567220c3a3aa34bd5d136d986e83eaf7730f.zip | |
Add the mongrel2 nim module.
| -rw-r--r-- | packages.json | 11 |
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" + }, ] |
