File: control

package info (click to toggle)
netty-reactive-streams 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 364 kB
  • sloc: java: 3,270; xml: 310; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,326 bytes parent folder | download
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
29
30
31
32
33
Source: netty-reactive-streams
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 debhelper (>= 11~),
 default-jdk,
 libnetty-java (>= 1:4.1.13),
 libreactive-streams-java,
 maven-debian-helper (>= 2.1)
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/netty-reactive-streams.git
Vcs-Browser: https://salsa.debian.org/java-team/netty-reactive-streams
Homepage: https://github.com/playframework/netty-reactive-streams

Package: libnetty-reactive-streams-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Netty Reactive Streams
 This library provides a reactive streams implementation for Netty.
 Essentially it comes in the form of two channel handlers, one that
 publishes inbound messages received on a channel to a Publisher,
 and another that writes messages received by a Subscriber outbound.
 .
 Features include:
  * Full backpressure support, as long as the AUTO_READ channel option
    is disabled.
  * Publishers/subscribers can be dynamically added and removed from
    the pipeline.
  * Multiple publishers/subscribers can be inserted into the pipeline.
  * Customisable cancel/complete/failure handling.