mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-04 07:03:13 +00:00
Added package nimsrvstat (#2866)
This commit is contained in:
parent
7826971c8b
commit
47e4d4ed21
@ -10,7 +10,7 @@
|
|||||||
"script",
|
"script",
|
||||||
"bash",
|
"bash",
|
||||||
"terminal",
|
"terminal",
|
||||||
"system administration",
|
"system administration"
|
||||||
],
|
],
|
||||||
"description": "Collection of Terminal commands to be used inside nim",
|
"description": "Collection of Terminal commands to be used inside nim",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -23,7 +23,7 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"library",
|
"library",
|
||||||
"childprocess",
|
"childprocess",
|
||||||
"async",
|
"async"
|
||||||
],
|
],
|
||||||
"description": "Flexible child process spawner with strong async features",
|
"description": "Flexible child process spawner with strong async features",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -76,7 +76,7 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"csv",
|
"csv",
|
||||||
"library",
|
"library",
|
||||||
"data",
|
"data"
|
||||||
],
|
],
|
||||||
"description": "Another CsvTable API. Goals are efficient, simple and flexible",
|
"description": "Another CsvTable API. Goals are efficient, simple and flexible",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -33323,5 +33323,17 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/FyraLabs/sudo.nim",
|
"web": "https://github.com/FyraLabs/sudo.nim",
|
||||||
"doc": "https://fyralabs.github.io/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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user