summary : Standalone compiler toolchain for native Kotlin applications and libraries
description: |
- Kotlin/Native is a LLVM backend for the Kotlin compiler, runtime implementation and native code generation facility using LLVM toolchain.
+ Kotlin/Native is a LLVM backend for the Kotlin compiler, runtime implementation and native code generation facility using the LLVM toolchain.
Kotlin/Native is primarily designed to allow compilation for platforms where virtual machines are not desirable or possible (such as embedded targets), or where a developer wants to produce a reasonably-sized self-contained program without the need to ship an additional execution runtime.
networking : true
builddeps :
- - gradle
+ - openjdk-11
rundeps :
- openjdk-11
environment: |
export KONAN_DATA_DIR="$workdir/.konan_home"
setup : |
mkdir -p $KONAN_DATA_DIR/dependencies/
- for FILE in $(find $sources -type f -not -name "%version%*.tar.gz"); do
- tar -xzf $FILE -C $KONAN_DATA_DIR/dependencies/
+ for FILE in $(find $sources -type f -not -name "v%version%*.tar.gz"); do
sed -i "2r $pkgfiles/java-shim.txt" $installdir/usr/share/kotlin-native/bin/run_konan
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -9,7 +9,7 @@
<License>Apache-2.0</License>
<PartOf>programming</PartOf>
<Summary xml:lang="en">Standalone compiler toolchain for native Kotlin applications and libraries</Summary>
- <Description xml:lang="en">Kotlin/Native is a LLVM backend for the Kotlin compiler, runtime implementation and native code generation facility using LLVM toolchain.
+ <Description xml:lang="en">Kotlin/Native is a LLVM backend for the Kotlin compiler, runtime implementation and native code generation facility using the LLVM toolchain.
Kotlin/Native is primarily designed to allow compilation for platforms where virtual machines are not desirable or possible (such as embedded targets), or where a developer wants to produce a reasonably-sized self-contained program without the need to ship an additional execution runtime.
</Description>
@@ -18,7 +18,7 @@
<Package>
<Name>kotlin-native</Name>
<Summary xml:lang="en">Standalone compiler toolchain for native Kotlin applications and libraries</Summary>
- <Description xml:lang="en">Kotlin/Native is a LLVM backend for the Kotlin compiler, runtime implementation and native code generation facility using LLVM toolchain.
+ <Description xml:lang="en">Kotlin/Native is a LLVM backend for the Kotlin compiler, runtime implementation and native code generation facility using the LLVM toolchain.
Kotlin/Native is primarily designed to allow compilation for platforms where virtual machines are not desirable or possible (such as embedded targets), or where a developer wants to produce a reasonably-sized self-contained program without the need to ship an additional execution runtime.