libfastutil-java 8.5.6+dfsg-1 source package in Ubuntu

Changelog

libfastutil-java (8.5.6+dfsg-1) unstable; urgency=medium

  * New upstream version 8.5.6+dfsg
  * Updating d/watch as upstream now uses Github
  * Refreshing d/copyright
  * Setting Standards version to 4.6.0 (no change needed)
  * Using secure homepage URI in d/control
  * Exporting LC_ALL in d/rules
  * Generating the pom explicitly with an override in d/rules
  * Adding a Lintian override for the embedded JS in the doc

 -- Pierre Gruet <email address hidden>  Wed, 27 Oct 2021 16:32:30 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfastutil-java_8.5.6+dfsg-1.dsc 2.2 KiB cc3fd11d9ebc6a906507069e604848ba4827482853fc42e64a04df92a7bcc208
libfastutil-java_8.5.6+dfsg.orig.tar.xz 276.4 KiB 769048a20f7b6b8d5b50609623cf4f86fa7d164074ab824ef5ee96d1fa1dd891
libfastutil-java_8.5.6+dfsg-1.debian.tar.xz 3.9 KiB fc6bae0fd17bd35bf9edfc311cdd0a332c6f6518d2ac0bf13235034b5718e8f0

Available diffs

No changes file available.

Binary packages built by this source

libfastutil-java: Java API providing type-specific maps, sets, lists and queues

 Fastutil extends the Java™ Collections Framework by providing
 type-specific maps, sets, lists and queues with a small memory footprint
 and fast access and insertion; provides also big (64-bit) arrays, sets
 and lists, and fast, practical I/O classes for binary and text files.
 .
 The classes implement their standard counterpart interface (e.g., Map
 for maps) and can be plugged into existing code. Moreover, they provide
 additional features (such as bidirectional iterators) that are not
 available in the standard classes.
 .
 Besides objects and primitive types, fastutil classes provide support
 for references, that is, objects that are compared using the equality
 operator rather than the equals() method.

libfastutil-java-doc: API documentation for libfastutil-java

 Fastutil extends the Java™ Collections Framework by providing
 type-specific maps, sets, lists and queues with a small memory footprint
 and fast access and insertion; provides also big (64-bit) arrays, sets
 and lists, and fast, practical I/O classes for binary and text files.
 .
 The classes implement their standard counterpart interface (e.g., Map
 for maps) and can be plugged into existing code. Moreover, they provide
 additional features (such as bidirectional iterators) that are not
 available in the standard classes.
 .
 Besides objects and primitive types, fastutil classes provide support
 for references, that is, objects that are compared using the equality
 operator rather than the equals() method.
 .
 This package contains the javadoc documentation files.