diff options
| author | Michał Zieliński <michal@zielinscy.org.pl> | 2018-05-30 14:18:30 +0200 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-05-30 13:18:30 +0100 |
| commit | 0a1f5b012fb08c6825ed0b88533979e2f8f919bd (patch) | |
| tree | 809d4b6e8494c75ffefd54ce6d5f16bf6f90e733 | |
| parent | 5224cb384c50188c098d348b42f66bd82f1878f5 (diff) | |
| download | packages-0a1f5b012fb08c6825ed0b88533979e2f8f919bd.tar.gz packages-0a1f5b012fb08c6825ed0b88533979e2f8f919bd.zip | |
Add sctp and sodium (#755)
| -rw-r--r-- | packages.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 3aca88e..a7264f3 100644 --- a/packages.json +++ b/packages.json @@ -9484,6 +9484,32 @@ "web": "https://github.com/jxy/MDevolve" }, { + "name": "sctp", + "url": "https://github.com/metacontainer/sctp.nim", + "method": "git", + "tags": [ + "sctp", + "networking", + "userspace" + ], + "description": "Userspace SCTP bindings", + "license": "BSD", + "web": "https://github.com/metacontainer/sctp.nim" + }, + { + "name": "sodium", + "url": "https://github.com/zielmicha/libsodium.nim", + "method": "git", + "tags": [ + "crypto", + "security", + "sodium" + ], + "description": "High-level libsodium bindings", + "license": "MIT", + "web": "https://github.com/zielmicha/libsodium.nim" + }, + { "name": "db_clickhouse", "url": "https://github.com/leonardoce/nim-clickhouse", "method": "git", |
