CKAN-meta/kRPC/kRPC-v0.4.8.ckan

38 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": "djungelorm",
"version": "v0.4.8",
"ksp_version_min": "1.2.2",
"ksp_version_max": "1.5.1",
"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.4.8/krpc-0.4.8.zip",
"download_size": 6988321,
"download_hash": {
"sha1": "2DF9EC856E4376005A669C5986E9F58A04E66BCC",
"sha256": "56AB03BE73CB74C8A6B234274EEAC109B763D56243FD404334A50A6D62162D18"
},
"download_content_type": "application/zip",
"install_size": 2542380,
"release_date": "2018-10-28T12:24:03Z",
"x_generated_by": "netkan"
}