From 0a1f5b012fb08c6825ed0b88533979e2f8f919bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Wed, 30 May 2018 14:18:30 +0200 Subject: [PATCH] Add sctp and sodium (#755) --- packages.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/packages.json b/packages.json index 3aca88e..a7264f3 100644 --- a/packages.json +++ b/packages.json @@ -9483,6 +9483,32 @@ "license": "MIT", "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",