From d2c32b6d0f63465fb81daf18aeb217ad32589cae Mon Sep 17 00:00:00 2001 From: Vladimir Berezenko Date: Wed, 9 Feb 2022 00:11:04 +0300 Subject: [PATCH] Added package networkutils (#2135) Co-authored-by: Vladimir Berezenko --- packages.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index ae9243f..a9716e1 100644 --- a/packages.json +++ b/packages.json @@ -24983,7 +24983,7 @@ "license": "MIT", "web": "https://github.com/juancarlospaco/tradingview" }, - { + { "name": "polymorph", "url": "https://github.com/rlipsc/polymorph", "method": "git", @@ -24997,7 +24997,7 @@ "description": "An entity-component-system with a focus on compile time optimisation", "license": "Apache-2.0", "web": "https://github.com/rlipsc/polymorph" - }, + }, { "name": "polymers", "url": "https://github.com/rlipsc/polymers", @@ -25043,5 +25043,20 @@ "license": "MIT", "doc": "https://ceebeel.github.io/audius", "web": "https://github.com/ceebeel/audius" + }, + { + "name": "networkutils", + "url": "https://github.com/Q-Master/networkutils.nim", + "method": "git", + "tags": [ + "networking", + "sockets", + "async", + "sync", + "library" + ], + "description": "Various networking utils", + "license": "MIT", + "web": "https://github.com/Q-Master/networkutils.nim" } ]