File: control

package info (click to toggle)
projectreactor 2.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,152 kB
  • sloc: java: 34,083; xml: 2,033; makefile: 5
file content (51 lines) | stat: -rw-r--r-- 1,610 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: projectreactor
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 gradle-debian-helper (>= 1.3~),
 gradle-propdeps-plugin,
 libdisruptor-java,
 libeclipse-collections-java,
 libjackson2-databind-java,
 libjeromq-java,
 libjsonpath-java (>= 2.0),
 libkryo-java,
 libnetty-java (>= 1:4.0.40),
 libopenhft-chronicle-queue-java (>= 3.6.0),
 libprotobuf-java,
 libreactive-streams-java,
 libsnappy-java,
 maven-repo-helper
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/projectreactor.git
Vcs-Browser: https://salsa.debian.org/java-team/projectreactor
Homepage: http://projectreactor.io

Package: libreactor-core-java
Architecture: all
Depends:
 libdisruptor-java,
 libeclipse-collections-java,
 libnetty-java (>= 1:4.0.40),
 libreactive-streams-java,
 libslf4j-java,
 ${misc:Depends}
Suggests:
 libjackson2-databind-java,
 libjeromq-java,
 libjsonpath-java,
 libkryo-java,
 libopenhft-chronicle-queue-java (>= 3.6.0),
 libprotobuf-java,
 libsnappy-java
Description: Reactive Streams Specification Implementation
 Reactor is a foundational library building for reactive fast data applications
 on the JVM. It provides abstractions for Java, Groovy and other JVM languages
 to make building event and data-driven applications easier. Various dispatchers
 are available to provide the developer with a range of choices from thread-pool
 style, long-running task execution to non-blocking, high-volume task
 dispatching.