From 1386f97f726f31757fca594741d3e611b491156e Mon Sep 17 00:00:00 2001 From: treeform Date: Sat, 2 Mar 2019 12:04:47 -0800 Subject: [PATCH] Add netpipe library. (#1022) Netpipe is a reliable UDP connection for Nim. --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 4827850..f502608 100644 --- a/packages.json +++ b/packages.json @@ -12766,5 +12766,17 @@ "description": "Simple vector library for nim-lang.", "license": "GNU Lesser General Public License v2.1", "web": "https://github.com/Ephiiz/simple_vector" + }, + { + "name": "netpipe", + "url": "https://github.com/treeform/netpipe/", + "method": "git", + "tags": [ + "networking", + "udp" + ], + "description": "Netpipe is a reliable UDP connection for Nim.", + "license": "MIT", + "web": "https://github.com/treeform/netpipe/" } ]