From 17c845e8b3518104ce7e9178a5041bb5fed479ad Mon Sep 17 00:00:00 2001 From: HitBlast Date: Sun, 16 Apr 2023 23:12:54 +0600 Subject: [PATCH] Add package: mcsrvstat.nim (#2570) Co-authored-by: Gabriel Huber --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 442e15b..34a1bf1 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,19 @@ [ + { + "name": "mcsrvstat.nim", + "url": "https://github.com/hitblast/mcsrvstat.nim", + "method": "git", + "tags": [ + "mcsrvstat", + "api-wrapper", + "minecraft", + "minecraft-server-status", + "library" + ], + "description": "A hybrid and asynchronous Nim wrapper for the Minecraft Server Status API.", + "license": "MIT", + "web": "https://github.com/hitblast/mcsrvstat.nim" + }, { "name": "nimitheme", "url": "https://github.com/neroist/nimitheme",