mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"version": "1.4.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!",
|
|
"url": "https://github.com/JetBrains/kotlin/releases/download/v1.4.21/kotlin-native-windows-1.4.21.zip",
|
|
"hash": "7e97242bb79a945f20ebc749200f30b80865b725054b098d9c2dec3e09a98a3d",
|
|
"extract_dir": "kotlin-native-windows-1.4.21",
|
|
"bin": [
|
|
"bin\\cinterop.bat",
|
|
"bin\\jsinterop.bat",
|
|
"bin\\klib.bat",
|
|
"bin\\konanc.bat",
|
|
"bin\\kotlinc.bat",
|
|
"bin\\kotlinc-native.bat",
|
|
"bin\\run_konan.bat"
|
|
],
|
|
"env_add_path": "bin",
|
|
"suggest": {
|
|
"Kotlin": "kotlin"
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/JetBrains/kotlin",
|
|
"regex": "v(?<kv>[0-9.]+)/kotlin-native-windows-([0-9.]+).zip"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/JetBrains/kotlin/releases/download/v$matchKv/kotlin-native-windows-$version.zip",
|
|
"extract_dir": "kotlin-native-windows-$version"
|
|
}
|
|
}
|