aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-05-12 11:27:55 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2016-05-12 11:27:55 +0100
commitf21186401e313d82d59920d9c067c0c3ae5764a7 (patch)
treee8cdc004c13d359238621c4ccf105d8be7dbebdc
parent44ad8118d5dd978cfcb71423116a51de62b5282a (diff)
parentb8b208a8371fc80026c5efd0dfd1b46be7775576 (diff)
downloadpackages-f21186401e313d82d59920d9c067c0c3ae5764a7.tar.gz
packages-f21186401e313d82d59920d9c067c0c3ae5764a7.zip
Merge pull request #351 from aidansteele/patch-1
Added sph
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index b57129e..cf9918c 100644
--- a/packages.json
+++ b/packages.json
@@ -4651,5 +4651,19 @@
"description": "Loads environment variables from `.env`.",
"license": "BSD",
"web": "https://github.com/euantorano/dotenv.nim"
+ },
+ {
+ "name": "sph",
+ "url": "https://github.com/aidansteele/sph",
+ "method": "git",
+ "tags": [
+ "crypto",
+ "hashes",
+ "md5",
+ "sha"
+ ],
+ "description": "Large number of cryptographic hashes for Nim",
+ "license": "MIT",
+ "web": "https://github.com/aidansteele/sph"
}
]