stream-lib 2.9.8-2 source package in Ubuntu

Changelog

stream-lib (2.9.8-2) unstable; urgency=medium

  * Adding Rules-Requires-Root: no.

 -- Andrius Merkys <email address hidden>  Mon, 14 Oct 2019 01:07:20 -0400

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
Jammy release universe misc
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
stream-lib_2.9.8-2.dsc 2.1 KiB c0be23d0cddc3b240d8229672d378c56034fc9c7d4e2ede9ee6d839fb6ad290e
stream-lib_2.9.8.orig.tar.gz 898.3 KiB b2a48d89f150545eed41ca4cdfcc1ec4730a107b67b61ddede6bdf6ae4417d1e
stream-lib_2.9.8-2.debian.tar.xz 10.5 KiB 349a741325fa42e456e14f080a1a6dae7dd2b0bc07c77692144046c8f5bfe0ed

No changes file available.

Binary packages built by this source

libstream-java: library for summarizing data in streams

 A Java library for summarizing data in streams for which it is infeasible to
 store all events. More specifically, there are classes for estimating:
 cardinality (i.e. counting things); set membership; top-k elements and
 frequency. One particularly useful feature is that cardinality estimators with
 compatible configurations may be safely merged.