trove3 3.0.3-5 source package in Ubuntu

Changelog

trove3 (3.0.3-5) unstable; urgency=medium

  [ Steffen Möller ]
  * Team upload.
  * Update watch - project moved to bitbucket
  * Using Files-Excluded in d/copyright, formatting.

  [ Markus Koschany ]
  * Declare compliance with Debian Policy 4.2.1.
  * Add no-CORBA-JDK11.patch. Remove the test failing with OpenJDK 11.
    (Closes: #912265)

 -- Markus Koschany <email address hidden>  Mon, 29 Oct 2018 20:02:06 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe java
Noble release universe java
Mantic release universe java
Lunar release universe java
Jammy release universe java
Focal release universe java

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
trove3_3.0.3-5.dsc 2.2 KiB c011a4dab2a374a63ce0f523030f4ab77371f92ea84c3b132d4be4243c79f006
trove3_3.0.3.orig.tar.gz 210.4 KiB aa51c9bda6f6b5913bceccd50f5307d0d088b53cb7e0aec146e220b51fc2176b
trove3_3.0.3-5.debian.tar.xz 9.1 KiB 11472c1bb7eb1152ce588e7cce48a64a6b26022402bb3a826eb0cd8d8a8ad88c

Available diffs

No changes file available.

Binary packages built by this source

libtrove3-java: high performance collections for java

 GNU Trove is a fast, lightweight implementations of the java.util
 Collections API. These implementations are designed to be pluggable
 replacements for their JDK equivalents.
 .
 Whenever possible, GNU Trove provide the same collections support for
 primitive types. This gap in the JDK is often addressed by using the
 "wrapper" classes (java.lang.Integer, java.lang.Float, etc.) with
 Object-based collections. For most applications, however, collections
 which store primitives directly will require less space and yield
 significant performance gains.

libtrove3-java-doc: high performance collections for java

 GNU Trove is a fast, lightweight implementations of the java.util
 Collections API. These implementations are designed to be pluggable
 replacements for their JDK equivalents.
 .
 Whenever possible, GNU Trove provide the same collections support for
 primitive types. This gap in the JDK is often addressed by using the
 "wrapper" classes (java.lang.Integer, java.lang.Float, etc.) with
 Object-based collections. For most applications, however, collections
 which store primitives directly will require less space and yield
 significant performance gains.
 .
 This package includes the documentation.