Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta
This commit is contained in:
commit
f48ffc5da0
|
@ -12,7 +12,8 @@
|
||||||
"x_screenshot": "https://spacedock.info/content/maculator_425/Science_-_Full_reward/Science_-_Full_reward-1455834699.3218288.png"
|
"x_screenshot": "https://spacedock.info/content/maculator_425/Science_-_Full_reward/Science_-_Full_reward-1455834699.3218288.png"
|
||||||
},
|
},
|
||||||
"version": "2.5",
|
"version": "2.5",
|
||||||
"ksp_version": "1.2.2",
|
"ksp_version_min": "1.2.2",
|
||||||
|
"ksp_version_max": "1.3.99",
|
||||||
"depends": [
|
"depends": [
|
||||||
{
|
{
|
||||||
"name": "ModuleManager",
|
"name": "ModuleManager",
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"x_screenshot": "https://spacedock.info/content/zitron_3831/KSP_Serial_IO/KSP_Serial_IO-1461368239.7648733.jpg"
|
"x_screenshot": "https://spacedock.info/content/zitron_3831/KSP_Serial_IO/KSP_Serial_IO-1461368239.7648733.jpg"
|
||||||
},
|
},
|
||||||
"version": "v0.19.0",
|
"version": "v0.19.0",
|
||||||
"ksp_version": "1.3.0",
|
"ksp_version": "1.3.1",
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
{
|
{
|
||||||
"name": "SerialIO-MacLinuxWin"
|
"name": "SerialIO-MacLinuxWin"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"x_screenshot": "https://spacedock.info/content/zitron_3831/Wheels_Collection_formerly_rollkage__better_wheels/Wheels_Collection_formerly_rollkage__better_wheels-1477778815.5569174.jpg"
|
"x_screenshot": "https://spacedock.info/content/zitron_3831/Wheels_Collection_formerly_rollkage__better_wheels/Wheels_Collection_formerly_rollkage__better_wheels-1477778815.5569174.jpg"
|
||||||
},
|
},
|
||||||
"version": "1.2",
|
"version": "1.2",
|
||||||
"ksp_version": "1.3.0",
|
"ksp_version": "1.3.1",
|
||||||
"install": [
|
"install": [
|
||||||
{
|
{
|
||||||
"file": "WheelsCollection",
|
"file": "WheelsCollection",
|
||||||
|
|
|
@ -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.11",
|
||||||
|
"ksp_version": "1.3.1",
|
||||||
|
"download": "https://github.com/krpc/krpc/releases/download/v0.3.11/krpc-0.3.11.zip",
|
||||||
|
"download_size": 5278082,
|
||||||
|
"download_hash": {
|
||||||
|
"sha1": "0CBED1CB98DE5036840B237C38AADE2DA863DA9B",
|
||||||
|
"sha256": "9CA7DE68AD12A1E4218308E425E1ACACE92FBFDE049AE066BD8E155BF6E84E70"
|
||||||
|
},
|
||||||
|
"download_content_type": "application/zip",
|
||||||
|
"x_generated_by": "netkan"
|
||||||
|
}
|
Loading…
Reference in New Issue