From 42783c2ef5ad714add594c80b62c5da4b62966f8 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Sat, 1 Jun 2019 14:35:38 +0100 Subject: [PATCH] Add libgcrypt (#1086) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 601c6bf..f42d68d 100644 --- a/packages.json +++ b/packages.json @@ -13409,5 +13409,19 @@ "description": "IUP FFI bindings", "license": "MIT", "web": "https://github.com/dariolah/niup" + }, + { + "name": "libgcrypt", + "url": "https://github.com/FedericoCeratto/nim-libgcrypt", + "method": "git", + "tags": [ + "wrapper", + "library", + "security", + "crypto" + ], + "description": "libgcrypt wrapper", + "license": "LGPLv2.1", + "web": "https://github.com/FedericoCeratto/nim-libgcrypt" } ]