rx-java 3.1.5-1 source package in Ubuntu

Changelog

rx-java (3.1.5-1) unstable; urgency=medium

  * Team upload.
  * New upstream release (Closes: #1021634)
    - Refreshed the patch
  * Removed the documentation from the library package
  * Updated the watch file
  * Standards-Version updated to 4.6.1

 -- Emmanuel Bourg <email address hidden>  Wed, 12 Oct 2022 17:41:45 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rx-java_3.1.5-1.dsc 2.0 KiB b2b3d0912b201e3db5eedd6e7a93c21af23693b10d0e63378c2001c47e63055b
rx-java_3.1.5.orig.tar.xz 950.8 KiB be111dc3f21a1f2b095f108cbb4077770c4e67fb6b9da59f069298f68a6e6748
rx-java_3.1.5-1.debian.tar.xz 4.1 KiB a7f4496aed2a792ce0f682973fd5b031c929643f1876b9f5e3f75dffe98b2246

Available diffs

No changes file available.

Binary packages built by this source

librx-java: 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.