File: control

package info (click to toggle)
libcommons-collections-java 2.1.1-8
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,736 kB
  • ctags: 2,771
  • sloc: java: 19,537; xml: 314; makefile: 9
file content (17 lines) | stat: -rw-r--r-- 739 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libcommons-collections-java
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Arnaud Vandyck <avdyk@debian.org>, Michael Koch <konqueror@gmx.de>
Build-Depends: debhelper (>= 4.2.30), cdbs
Build-Depends-Indep: ant, java-gcj-compat-dev
Standards-Version: 3.7.2

Package: libcommons-collections-java
Architecture: all
Depends: java-gcj-compat | java1-runtime | java2-runtime
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.