diff options
| author | Federico Ceratto <federico.ceratto@gmail.com> | 2019-06-01 13:08:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-01 13:08:05 +0100 |
| commit | 685c7bf8131bf66ce59fbc7e4ca743d1a1bc0cb4 (patch) | |
| tree | 473479681f98b15697ead6ce672f83331330aae6 | |
| parent | 7ebf94eee4766780ade4a67bae2ea0d13de20fdb (diff) | |
| download | packages-FedericoCeratto-patch-2.tar.gz packages-FedericoCeratto-patch-2.zip | |
Add libgcryptFedericoCeratto-patch-2
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
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" } ] |
