"NetKAN generated mods - kRPC-v0.3.8"
This commit is contained in:
parent
5713536f95
commit
ab13fc428d
|
@ -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.3.8",
|
||||
"ksp_version": "1.2.2",
|
||||
"download": "https://github.com/krpc/krpc/releases/download/v0.3.8/krpc-0.3.8.zip",
|
||||
"download_size": 5377790,
|
||||
"download_hash": {
|
||||
"sha1": "45FB2AB00E9651002EA7F9A8B485D90C53626F4C",
|
||||
"sha256": "F840BB6D9FB6C46760EF53FA10DB729F2C065BF8EDCFAE8435EBC3D61879E71E"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue