From cbb42402e98a3a7e1f8a4ca0f5329304af2147f5 Mon Sep 17 00:00:00 2001 From: Paul Fenwick Date: Wed, 19 Nov 2014 17:12:57 +1100 Subject: [PATCH] NetKAN: kOS-0.15.2 --- kOS-0.15.2.ckan | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 kOS-0.15.2.ckan diff --git a/kOS-0.15.2.ckan b/kOS-0.15.2.ckan new file mode 100644 index 0000000000..f9d0fb4b94 --- /dev/null +++ b/kOS-0.15.2.ckan @@ -0,0 +1,43 @@ +{ + "spec_version": 1, + "identifier": "kOS", + "license": "GPL-3.0", + "release_status": "stable", + "resources": { + "manual": "http://ksp-kos.github.io/KOS_DOC/", + "github": { + "url": "https://github.com/KSP-KOS/KOS", + "releases": true + }, + "homepage": "http://ksp-kos.github.io/KOS_DOC/", + "kerbalstuff": "https://kerbalstuff.com/mod/86/kOS:%20Scriptable%20Autopilot%20System" + }, + "install": [ + { + "file": "GameData/kOS", + "install_to": "GameData" + } + ], + "recommends": [ + { + "name": "ModuleManager", + "min_version": "2.3.1", + "comment": "Earlier versions of MM have forward compatibility problems, according to the MM release notes." + } + ], + "suggests": [ + { + "name": "RemoteTech", + "min_version": "1.5.1", + "comment": "RT gives incentive to having local control of craft, even unmanned ones" + } + ], + "ksp_version": "0.25", + "name": "kOS: Scriptable Autopilot System", + "abstract": "kOS is a scriptable autopilot Mod for Kerbal Space Program. It allows you write small programs that automate specific tasks.", + "author": "erendrake", + "version": "0.15.2", + "download": "https://kerbalstuff.com/mod/86/kOS:%20Scriptable%20Autopilot%20System/download/0.15.2", + "x_generated_by": "netkan", + "download_size": 2524908 +} \ No newline at end of file