File: control

package info (click to toggle)
rx-java 3.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 20,972 kB
  • sloc: java: 313,833; xml: 252; sh: 47; makefile: 8
file content (32 lines) | stat: -rw-r--r-- 1,116 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
Source: rx-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Olek Wojnar <olek@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 gradle-apt-plugin,
 gradle-debian-helper,
 jdupes,
 libgradle-plugins-java,
 libreactive-streams-java,
 maven-repo-helper
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/java-team/rx-java.git
Vcs-Browser: https://salsa.debian.org/java-team/rx-java
Homepage: https://github.com/ReactiveX/RxJava

Package: librx-java
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Reactive Extensions for the JVM
 Java VM implementation of Reactive Extensions: a library for composing
 asynchronous and event-based programs by using observable sequences.
 .
 It extends the observer pattern to support sequences of data/events and adds
 operators that allow you to compose sequences together declaratively while
 abstracting away concerns about things like low-level threading,
 synchronization, thread-safety and concurrent data structures.