Source: trove3
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Erich Schubert <erich@debian.org>, Torsten Werner <twerner@debian.org>
Build-Depends: debhelper (>= 9), javahelper, default-jdk, ant, ant-optional, maven-repo-helper, junit4
Standards-Version: 3.9.6
Homepage: http://trove4j.sourceforge.net/
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/trove3
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-java/trunk/trove3/

Package: libtrove3-java
Architecture: all
Depends: ${misc:Depends}
Description: 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.

Package: libtrove3-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: libtrove3-java
Description: 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.
