Source: kotlinx-coroutines Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Emmanuel Bourg 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.