diff options
| author | Yuriy Glukhov <yglukhov@users.noreply.github.com> | 2019-10-07 16:21:54 +0300 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-10-07 15:21:54 +0200 |
| commit | 0c3bc03e906932b60df5e5814ca87b8a5d10cde6 (patch) | |
| tree | b731eeab8c6b4b4b60b0db90f2d6879e21f2e369 | |
| parent | c36e9493031ac781ad6447e0f113bb392a807301 (diff) | |
| download | packages-0c3bc03e906932b60df5e5814ca87b8a5d10cde6.tar.gz packages-0c3bc03e906932b60df5e5814ca87b8a5d10cde6.zip | |
Added bearssl package (#1197)
| -rw-r--r-- | packages.json | 15 |
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" } ] |
