From 8ca27a3f4525929cad922ba516e8d52fd32e23a6 Mon Sep 17 00:00:00 2001 From: Yoshihiro Tanaka Date: Wed, 21 Feb 2018 20:31:36 +0900 Subject: [PATCH] Add sha1ext --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 8bade36..27531d8 100644 --- a/packages.json +++ b/packages.json @@ -8215,5 +8215,17 @@ "description": "String interning library", "license": "MIT", "web": "https://github.com/pragmagic/names" + }, + { + "name": "sha1ext", + "url": "https://github.com/CORDEA/sha1ext", + "method": "git", + "tags": [ + "sha1", + "extension" + ], + "description": "std / sha1 extension", + "license": "Apache License 2.0", + "web": "https://github.com/CORDEA/sha1ext" } ]