diff --git a/kOS/kOS-1.0.1.ckan b/kOS/kOS-1.0.1.ckan new file mode 100644 index 0000000000..52c9c9cc25 --- /dev/null +++ b/kOS/kOS-1.0.1.ckan @@ -0,0 +1,49 @@ +{ + "spec_version": "v1.16", + "identifier": "kOS", + "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", + "license": "GPL-3.0", + "release_status": "stable", + "resources": { + "homepage": "http://ksp-kos.github.io/KOS_DOC/", + "repository": "https://github.com/KSP-KOS/KOS", + "manual": "http://ksp-kos.github.io/KOS_DOC/" + }, + "version": "1.0.1", + "ksp_version": "1.1.3", + "recommends": [ + { + "name": "ModuleManager", + "min_version": "2.5.6", + "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" + } + ], + "conflicts": [ + { + "name": "kOS-Classic" + } + ], + "install": [ + { + "file": "GameData/kOS", + "install_to": "GameData" + } + ], + "download": "https://github.com/KSP-KOS/KOS/releases/download/v1.0.1/kOS-v1.0.1.zip", + "download_size": 5757923, + "download_hash": { + "sha1": "64EFDAEA6D3FF80DEF9C4677530A82FC85449651", + "sha256": "0ED18FB75BCA8D4EF0339BA4AB4543CA8C7E5B83CCFA26680E0E309D0C992D96" + }, + "download_content_type": "application/zip", + "x_generated_by": "netkan" +}