File: control

package info (click to toggle)
concurrent-dfsg 1.3.4-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 976 kB
  • ctags: 2,018
  • sloc: java: 10,704; xml: 49; makefile: 12
file content (40 lines) | stat: -rw-r--r-- 1,690 bytes parent folder | download | duplicates (2)
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
Source: concurrent-dfsg
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Michael Koch <konqueror@gmx.de>
Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk
Standards-Version: 3.8.4
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/concurrent-dfsg
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/concurrent-dfsg/
Homepage: http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html

Package: libconcurrent-java
Section: java
Architecture: all
Depends: default-jre-headless | java2-runtime-headless, ${misc:Depends}
Description: utility classes for concurrent java programming
 The concurrent java library provides standardized, efficient versions of 
 utility classes commonly encountered in concurrent Java programming. 
 Discussions of the rationale and applications of several of these classes
 can be found in the second edition of Concurrent Programming in Java. 
 .
 The package mainly consists of implementations of a few interfaces:
 .
  * Sync -- locks, conditions
  * Channel -- queues, buffers
  * Barrier -- multi-party synchronization
  * SynchronizedVariable -- atomic ints, refs etc
  * java.util.Collection -- collections
  * Executor -- replacements for direct use of Thread

Package: libconcurrent-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: libconcurrent-java
Description: documentation and javadoc API for libconcurrent-java
 The concurrent java library provides standardized, efficient versions of 
 utility classes commonly encountered in concurrent Java programming.
 .
 This package contains the introduction and javadoc API.