1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: kotlinx-coroutines
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
ant,
debhelper-compat (= 13),
default-jdk,
gradle-debian-helper,
kotlin,
libkotlinx-atomicfu-java,
maven-repo-helper
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/java-team/kotlinx-coroutines
Vcs-Git: https://salsa.debian.org/java-team/kotlinx-coroutines.git
Homepage: https://github.com/Kotlin/kotlinx.coroutines
Package: libkotlinx-coroutines-java
Architecture: all
Depends: ${misc:Depends},
Description: Library support for Kotlin coroutines
Kotlin is a cross-platform, statically typed, general-purpose programming
language with type inference. Kotlin is designed to interoperate fully with
Java, and the JVM version of its standard library depends on the Java Class
Library, but type inference allows its syntax to be more concise.
.
This package contains the library support for Kotlin coroutines.
|