File: control

package info (click to toggle)
commons-pool 1.6-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,476 kB
  • sloc: java: 12,132; xml: 1,571; makefile: 16
file content (38 lines) | stat: -rw-r--r-- 1,621 bytes parent folder | download
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
Source: commons-pool
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Marcus Better <marcus@better.se>,
 Damien Raude-Morvan <drazzib@debian.org>,
 Emmanuel Bourg <ebourg@apache.org>
Section: java
Priority: optional
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9), default-jdk, ant, cdbs
Build-Depends-Indep: ant-optional, junit, default-jdk-doc, maven-repo-helper
Homepage: http://commons.apache.org/pool/
Vcs-Git: https://anonscm.debian.org/git/pkg-java/commons-pool.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/commons-pool.git

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.