aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2019-06-07 21:45:33 +0100
committerMiran <narimiran@disroot.org>2019-06-07 22:45:33 +0200
commitefdcc9f9315e9f3c026bfe101b61ce88f01d1db6 (patch)
treed682e44cb4abdc690e4c5449014ecab4423a980f
parent7470bfcaeb1ebaeb146d1a9b790f44e8cca55957 (diff)
downloadpackages-efdcc9f9315e9f3c026bfe101b61ce88f01d1db6.tar.gz
packages-efdcc9f9315e9f3c026bfe101b61ce88f01d1db6.zip
Add GnuTLS wrapper (#1094)
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 36fbaae..613ee0a 100644
--- a/packages.json
+++ b/packages.json
@@ -13478,5 +13478,19 @@
"description": "A game engine for rapid development and easy prototyping",
"license": "MIT",
"web": "https://github.com/liquid600pgm/rapid"
+ },
+ {
+ "name": "gnutls",
+ "url": "https://github.com/FedericoCeratto/nim-gnutls",
+ "method": "git",
+ "tags": [
+ "wrapper",
+ "library",
+ "security",
+ "crypto"
+ ],
+ "description": "GnuTLS wrapper",
+ "license": "LGPLv2.1",
+ "web": "https://github.com/FedericoCeratto/nim-gnutls"
}
]