From 5e5b1d5280007585195d8a1e2b151baba1033531 Mon Sep 17 00:00:00 2001 From: Jacob Doyelle Yates <54410603+blmvxer@users.noreply.github.com> Date: Fri, 9 Oct 2020 22:52:29 -0700 Subject: [PATCH] Added package netTest (#1663) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 6d5f6bf..4417f1b 100644 --- a/packages.json +++ b/packages.json @@ -19823,5 +19823,18 @@ "cpp", "bioinformatics" ] + }, + { + "name": "netTest", + "url": "https://github.com/blmvxer/netTest", + "method": "git", + "tags": [ + "library", + "web", + "network" + ], + "description": "Connection Test for Nim Web Applications", + "license": "MIT", + "web": "https://github.com/blmvxer/netTest" } ]