1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: libcommons-collections3-java
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Wolfgang Baer <WBaer@gmx.de>, Arnaud Vandyck <avdyk@debian.org>
Build-Depends: debhelper (>= 4.2.30), cdbs (>=0.4.21)
Build-Depends-Indep: ant, ant-optional, java-gcj-compat-dev, junit
Standards-Version: 3.7.2
Package: libcommons-collections3-java
Architecture: all
Section: libs
Depends: kaffe (>= 2:1.1.5-3) | java-gcj-compat | java1-runtime | java2-runtime
Suggests: libcommons-collections3-java-doc
Description: A set of abstract data type interfaces and implementations
The Java Collections Framework provides a set of abstract data
type interfaces and implementations that offer both a wealth
of useful functionality, and a solid foundation for extending
that functionality.
Package: libcommons-collections3-java-doc
Architecture: all
Section: doc
Description: Documentation for libcommons-collections3-java
Javadocs for libcommons-collections3-java which is a Java
collection framework.
|