diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-05-28 12:43:05 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-05-28 12:43:05 +0100 |
| commit | bd10d8539a7fba6c6f3464d0f7f8373f5a6050ad (patch) | |
| tree | 1995ce9d9b3776467031114fc46a63699f13e6ae | |
| parent | 7d5bf5ad9f542bd46d11839ee5f53205a513df8b (diff) | |
| parent | eac6b521264c15555897442c503e86ccfae80669 (diff) | |
| download | packages-bd10d8539a7fba6c6f3464d0f7f8373f5a6050ad.tar.gz packages-bd10d8539a7fba6c6f3464d0f7f8373f5a6050ad.zip | |
Merge branch 'master' of github.com:nim-lang/packages
Conflicts:
packages.json
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index a4181b1..229d1a3 100644 --- a/packages.json +++ b/packages.json @@ -1577,5 +1577,14 @@ "description": "HMAC-SHA1 and HMAC-MD5 hashing in Nim ", "license": "MIT", "web": "https://github.com/rgv151/hmac.nim" + }, + { + "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" } ] |
