NetKAN added mod - MemGraph-1-1.2.0.1
This commit is contained in:
parent
b781f3e4c6
commit
7ea59da6dc
MemGraph
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "MemGraph",
|
||||
"name": "MemGraph",
|
||||
"abstract": "This is a simple plugin to display of graph of memory allocation and garbage collection. It is intended as a troubleshooting and development aid rather than for general use.",
|
||||
"author": [
|
||||
"Gerry1135",
|
||||
"linuxgurugamer"
|
||||
],
|
||||
"version": "1:1.2.0.1",
|
||||
"ksp_version_min": "1.12.0",
|
||||
"license": "MIT",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/175924-*",
|
||||
"repository": "https://github.com/linuxgurugamer/MemGraph",
|
||||
"bugtracker": "https://github.com/linuxgurugamer/MemGraph/issues",
|
||||
"remote-avc": "http://ksp.spacetux.net/avc/MemGraph"
|
||||
},
|
||||
"tags": [
|
||||
"plugin",
|
||||
"information"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ToolbarController"
|
||||
},
|
||||
{
|
||||
"name": "ClickThroughBlocker"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/linuxgurugamer/MemGraph/releases/download/1.2.0.1/MemGraph-1.12.0-1.2.0.1.zip",
|
||||
"download_size": 23310,
|
||||
"download_hash": {
|
||||
"sha1": "7CB60E394FEFDC6503A884B723126A68D3272621",
|
||||
"sha256": "CF071924AED5C67C48F51EAEA8B65EB6AC24F56D346A3E9A9A34696D4A739EDC"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"release_date": "2021-10-17T18:08:37Z",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue