{
    "version": "2.3.21",
    "description": "An LLVM backend for the Kotlin compiler, runtime implementation, and native code generation facility using the LLVM toolchain for native binaries runnable without a virtual machine.",
    "homepage": "https://kotlinlang.org",
    "license": "Apache-2.0",
    "notes": "Please keep in mind that this is still marked as an experimental feature!",
    "suggest": {
        "Kotlin": "kotlin"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/JetBrains/kotlin/releases/download/v2.3.21/kotlin-native-prebuilt-windows-x86_64-2.3.21.zip",
            "hash": "f44419f64f3aea61137f01a95dad2c09dfdd007340b4a126e203e014c8ab29be",
            "extract_dir": "kotlin-native-prebuilt-windows-x86_64-2.3.21"
        }
    },
    "bin": [
        "bin\\cinterop.bat",
        "bin\\klib.bat",
        "bin\\konanc.bat",
        "bin\\generate-platform.bat",
        "bin\\kotlinc-native.bat",
        "bin\\run_konan.bat"
    ],
    "env_add_path": "bin",
    "checkver": {
        "github": "https://api.github.com/repos/JetBrains/kotlin/releases/latest",
        "regex": "windows-x86_64-([\\w.\\-]+)\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/JetBrains/kotlin/releases/download/v$matchHead/kotlin-native-prebuilt-windows-x86_64-$version.zip",
                "extract_dir": "kotlin-native-prebuilt-windows-x86_64-$version"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
