mirror of
https://github.com/KSP-CKAN/CKAN-meta.git
synced 2024-10-13 00:59:46 +00:00
"NetKAN generated mods - kRPC-v0.4.2"
This commit is contained in:
22
kRPC/kRPC-v0.4.2.ckan
Normal file
22
kRPC/kRPC-v0.4.2.ckan
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"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",
|
||||
"license": "GPL-3.0",
|
||||
"resources": {
|
||||
"homepage": "http://krpc.github.io/krpc",
|
||||
"repository": "https://github.com/krpc/krpc"
|
||||
},
|
||||
"version": "v0.4.2",
|
||||
"ksp_version": "1.3.1",
|
||||
"download": "https://github.com/krpc/krpc/releases/download/v0.4.2/krpc-0.4.2.zip",
|
||||
"download_size": 6831133,
|
||||
"download_hash": {
|
||||
"sha1": "26C66A013B0A6332EB4BA182B6B66D44542C0CCD",
|
||||
"sha256": "0B009ABDEDE9DFFEFCA96230910F7F8FD7CA76298739F6DF2201A70AE6F8CBC6"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Reference in New Issue
Block a user