[go: up one dir, main page]

File: control

package info (click to toggle)
commons-pool 1.2-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 796 kB
  • ctags: 752
  • sloc: java: 4,371; xml: 990; makefile: 16
file content (18 lines) | stat: -rw-r--r-- 861 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: commons-pool
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Arnaud Vandyck <avdyk@debian.org>, Adam Heath <doogie@brainfood.com>
Section: libs
Priority: optional
Standards-Version: 3.6.1
Build-Depends-Indep: debhelper (>> 4.0.0), cdbs, kaffe (>= 1.1.3), libant1.6-java, libcommons-collections-java, junit, dpatch, jikes

Package: libcommons-pool-java
Architecture: all
Depends: java-common, libcommons-collections-java
Description: A set of objects that implement the pooling pattern for java objects
 Pool provides an Object-pooling API, with three major aspects:
  1. A generic object pool interface that clients and implementors can use to
     provide easily interchangeable pooling implementations.
  2. A toolkit for creating modular object pools.
  3. Several general purpose pool implementations.