Skip to content

Commit

Permalink
Added package nimsrvstat (#2866)
Browse files Browse the repository at this point in the history
  • Loading branch information
Minejerik authored May 4, 2024
1 parent 7826971 commit 47e4d4e
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"script",
"bash",
"terminal",
"system administration",
"system administration"
],
"description": "Collection of Terminal commands to be used inside nim",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"tags": [
"library",
"childprocess",
"async",
"async"
],
"description": "Flexible child process spawner with strong async features",
"license": "MIT",
Expand Down Expand Up @@ -76,7 +76,7 @@
"tags": [
"csv",
"library",
"data",
"data"
],
"description": "Another CsvTable API. Goals are efficient, simple and flexible",
"license": "MIT",
Expand Down Expand Up @@ -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"
}
]

0 comments on commit 47e4d4e

Please sign in to comment.