diff --git a/kRPC/kRPC-v0.3.2.ckan b/kRPC/kRPC-v0.3.2.ckan new file mode 100644 index 0000000000..43052ed483 --- /dev/null +++ b/kRPC/kRPC-v0.3.2.ckan @@ -0,0 +1,17 @@ +{ + "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.2", + "ksp_version": "1.1.2", + "download": "https://github.com/krpc/krpc/releases/download/v0.3.2/krpc-0.3.2.zip", + "download_size": 4447755, + "x_generated_by": "netkan" +}