From e31fa477fc793798d9ae37df841f5e4be43deabb Mon Sep 17 00:00:00 2001 From: Alex Craft Date: Fri, 23 Apr 2021 01:33:12 +0300 Subject: [PATCH] Added 'nodem' package (#1879) * Added 'nodes' package * Update packages.json * Update packages.json --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 3cc14d5..85d1d90 100644 --- a/packages.json +++ b/packages.json @@ -22289,5 +22289,22 @@ "description": "Nim wrapper of libxgboost", "license": "MIT", "web": "https://github.com/jackhftang/xgboost.nim" + }, + { + "name": "nodem", + "url": "https://github.com/al6x/nim?subdir=nodem", + "method": "git", + "tags": [ + "net", + "network", + "rpc", + "messaging", + "distributed", + "tcp", + "http" + ], + "description": "Call remote Nim functions as if it's local", + "license": "MIT", + "web": "https://github.com/al6x/nim/tree/main/nodem" } ]