diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-05-28 12:44:39 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-05-28 12:44:39 +0100 |
| commit | 59fc2ac3df7743ca01f9ad1ea9694f7dd44c96ea (patch) | |
| tree | ee6f27f9078247dec8fb74552a24c842a27b7196 | |
| parent | bd10d8539a7fba6c6f3464d0f7f8373f5a6050ad (diff) | |
| parent | 86cabfb1a36c872ecf6f3f1fc196620f0b7998b6 (diff) | |
| download | packages-59fc2ac3df7743ca01f9ad1ea9694f7dd44c96ea.tar.gz packages-59fc2ac3df7743ca01f9ad1ea9694f7dd44c96ea.zip | |
Merge branch 'patch-2' of https://github.com/apense/packages into apense-patch-2
Conflicts:
packages.json
| -rw-r--r-- | packages.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 229d1a3..1842032 100644 --- a/packages.json +++ b/packages.json @@ -1586,5 +1586,15 @@ "description": "Handler framework for the Mongrel2 web server.", "license": "MIT", "web": "http://bitbucket.org/mahlon/nim-mongrel2" + + }, + { + "name": "shimsham", + "url": "https://github.com/apense/shimsham", + "method": "git", + "tags": ["crypto", "hash", "hashing", "digest"], + "description": "Hashing/Digest collection in pure Nim", + "license": "MIT", + "web": "https://github.com/apense/shimsham" } ] |
