Source: commons-pool Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Marcus Better , Emmanuel Bourg 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.