aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Glukhov <yglukhov@users.noreply.github.com>2019-10-07 16:21:54 +0300
committerMiran <narimiran@disroot.org>2019-10-07 15:21:54 +0200
commit0c3bc03e906932b60df5e5814ca87b8a5d10cde6 (patch)
treeb731eeab8c6b4b4b60b0db90f2d6879e21f2e369
parentc36e9493031ac781ad6447e0f113bb392a807301 (diff)
downloadpackages-0c3bc03e906932b60df5e5814ca87b8a5d10cde6.tar.gz
packages-0c3bc03e906932b60df5e5814ca87b8a5d10cde6.zip
Added bearssl package (#1197)
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 064ba7f..7bf49fc 100644
--- a/packages.json
+++ b/packages.json
@@ -14606,5 +14606,20 @@
"description": "Color management utility for X",
"license": "MIT",
"web": "https://github.com/SolitudeSF/xcm"
+ },
+ {
+ "name": "bearssl",
+ "url": "https://github.com/status-im/nim-bearssl",
+ "method": "git",
+ "tags": [
+ "crypto",
+ "hashes",
+ "ciphers",
+ "ssl",
+ "tls"
+ ],
+ "description": "Bindings to BearSSL library",
+ "license": "Apache License 2.0",
+ "web": "https://github.com/status-im/nim-bearssl"
}
]