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

37 lines
1.4 KiB
JSON
Raw Normal View History

2018-10-28 12:33:48 +00:00
{
"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.",
2019-12-16 09:29:12 +00:00
"author": "djungelorm",
"version": "v0.4.8",
"ksp_version_min": "1.2.2",
"ksp_version_max": "1.5.1",
2018-10-28 12:33:48 +00:00
"license": "GPL-3.0",
"resources": {
"homepage": "http://krpc.github.io/krpc",
2020-05-25 21:34:05 +00:00
"repository": "https://github.com/krpc/krpc",
2021-01-08 23:16:23 +00:00
"bugtracker": "https://github.com/krpc/krpc/issues",
"remote-avc": "http://ksp-avc.cybutek.net/version.php?id=254"
2018-10-28 12:33:48 +00:00
},
2019-12-16 09:29:12 +00:00
"tags": [
"plugin",
"app",
"control"
],
2020-05-18 03:51:01 +00:00
"depends": [
{
"name": "ModuleManager"
}
],
2018-10-28 12:33:48 +00:00
"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",
2020-06-30 18:22:59 +00:00
"release_date": "2018-10-28T12:24:03Z",
2018-10-28 12:33:48 +00:00
"x_generated_by": "netkan"
}