From 47e4d4ed2156167630026bf436c1c5f7238e76c8 Mon Sep 17 00:00:00 2001 From: Minejerik Date: Fri, 3 May 2024 22:00:26 -0400 Subject: [PATCH] Added package nimsrvstat (#2866) --- packages.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index 4e7a956..a6f01f0 100644 --- a/packages.json +++ b/packages.json @@ -10,7 +10,7 @@ "script", "bash", "terminal", - "system administration", + "system administration" ], "description": "Collection of Terminal commands to be used inside nim", "license": "MIT", @@ -23,7 +23,7 @@ "tags": [ "library", "childprocess", - "async", + "async" ], "description": "Flexible child process spawner with strong async features", "license": "MIT", @@ -76,7 +76,7 @@ "tags": [ "csv", "library", - "data", + "data" ], "description": "Another CsvTable API. Goals are efficient, simple and flexible", "license": "MIT", @@ -33323,5 +33323,17 @@ "license": "MIT", "web": "https://github.com/FyraLabs/sudo.nim", "doc": "https://fyralabs.github.io/sudo.nim/" + }, + { + "name": "nimsrvstat", + "url": "https://github.com/Minejerik/nimsrvstat", + "method": "git", + "tags": [ + "minecraft", + "api" + ], + "description": "A nim wrapper around mcsrvstat", + "license": "MIT", + "web": "https://github.com/Minejerik/nimsrvstat" } ]