Source: reactive-streams Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Emmanuel Bourg Build-Depends: debhelper (>= 10), default-jdk, gradle-debian-helper, maven-repo-helper Standards-Version: 4.5.0 Vcs-Git: https://salsa.debian.org/java-team/reactive-streams.git Vcs-Browser: https://salsa.debian.org/java-team/reactive-streams Homepage: http://www.reactive-streams.org Package: libreactive-streams-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Suggests: ${maven:OptionalDepends} Description: Standard for asynchronous stream processing with non-blocking backpressure Reactive Streams is an initiative to provide a standard for asynchronous stream processing with non-blocking back pressure. This encompasses efforts aimed at runtime environments (JVM and JavaScript) as well as network protocols.