jheaps 0.14-2 source package in Ubuntu

Changelog

jheaps (0.14-2) unstable; urgency=medium

  * Source-only upload

 -- Pierre Gruet <email address hidden>  Sun, 28 Nov 2021 20:53:32 +0100

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jheaps_0.14-2.dsc 2.0 KiB 77a9d42ad6ed8843952ec320d14f6e5cf0cfa6608243be441d8383b481ed39ed
jheaps_0.14.orig.tar.gz 92.3 KiB e09aa581818a220257d3ab17e3a6c54fefe8d1419228c40536eb5514a7fb3022
jheaps_0.14-2.debian.tar.xz 2.7 KiB 39daab6b73d18f006e82638945ea74aae220cc82de26a9c468e859d131f40182

Available diffs

No changes file available.

Binary packages built by this source

libjheaps-java: Java library with various heap implementations

 This library contains various heap implementations written in Java.
 A heap is a priority queue data type which contains elements with keys
 (duplicate keys are permitted) from a totally-ordered universe.
 The library is easy to use, its data structures have a well defined interface,
 it is fast and well documented, and the heaps are written in a similar way as
 in the JDK.