41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"spec_version": 1,
|
|
"identifier": "kRPC",
|
|
"name": "kRPC: Remote Procedure Call Server",
|
|
"abstract": "kRPC allows you to control the game from external programs. It comes with client libraries for several popular languages including Python, C++, C#, Java and Lua. Programs communicate with the game over a TCP/IP connection, and can be configured to work on just the local machine or even over the wider internet.",
|
|
"author": [
|
|
"GaryDeco",
|
|
"djungelorm"
|
|
],
|
|
"version": "v0.5.2",
|
|
"ksp_version_min": "1.8.0",
|
|
"ksp_version_max": "1.12.5",
|
|
"license": "GPL-3.0",
|
|
"resources": {
|
|
"homepage": "http://krpc.github.io/krpc",
|
|
"repository": "https://github.com/krpc/krpc",
|
|
"bugtracker": "https://github.com/krpc/krpc/issues",
|
|
"remote-avc": "http://ksp-avc.cybutek.net/version.php?id=254"
|
|
},
|
|
"tags": [
|
|
"plugin",
|
|
"app",
|
|
"control"
|
|
],
|
|
"depends": [
|
|
{
|
|
"name": "ModuleManager"
|
|
}
|
|
],
|
|
"download": "https://github.com/krpc/krpc/releases/download/v0.5.2/krpc-0.5.2.zip",
|
|
"download_size": 693393,
|
|
"download_hash": {
|
|
"sha1": "A998C6A5ACD33CD5A08AFC2422DE23CDEA6A043D",
|
|
"sha256": "D45FEFEF18B82EA86DEA23002691BD8E4A92B8F2991B19A752AA1BD84B9A879E"
|
|
},
|
|
"download_content_type": "application/zip",
|
|
"install_size": 2764723,
|
|
"release_date": "2023-03-18T19:51:03Z",
|
|
"x_generated_by": "netkan"
|
|
}
|