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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: commons-pool
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Marcus Better <marcus@better.se>,
Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
ant,
ant-optional,
debhelper-compat (= 13),
default-jdk,
default-jdk-doc,
junit,
maven-repo-helper
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/commons-pool.git
Vcs-Browser: https://salsa.debian.org/java-team/commons-pool
Homepage: https://commons.apache.org/pool/
Rules-Requires-Root: no
Package: libcommons-pool-java
Architecture: all
Depends: ${misc:Depends}
Description: pooling implementation 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.
Package: libcommons-pool-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: default-jdk-doc
Suggests: libcommons-pool-java
Description: pooling implementation for Java objects - documentation
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.
.
This package contains Javadoc API Documentation of Commons Pool.
|