File: control

package info (click to toggle)
libjgroups-java 2.12.2.Final-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 8,692 kB
  • ctags: 17,000
  • sloc: java: 109,098; xml: 9,423; sh: 174; makefile: 15
file content (32 lines) | stat: -rw-r--r-- 1,573 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
Source: libjgroups-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun@debian.org>,
 Torsten Werner <twerner@debian.org>,
 Brian Thomason <brian.thomason@eucalyptus.com>,
 Emmanuel Bourg <ebourg@apache.org>
Build-Depends: cdbs, debhelper (>= 7)
Build-Depends-Indep: ant, default-jdk, glassfish-javaee, bsh, junit, libxalan2-java,
 libcommons-logging-java, liblog4j1.2-java, ant-optional, testng, maven-repo-helper
Standards-Version: 3.9.4
Homepage: http://www.jgroups.org/javagroupsnew/docs/index.html
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libjgroups-java
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libjgroups-java/

Package: libjgroups-java
Architecture: all
Depends: ${misc:Depends}
Suggests: libbcprov-java
Description: Toolkit for Reliable Multicast Communication
 JGroups is a toolkit for reliable multicast communication.  (Note
 that this doesn't necessarily mean IP Multicast, JGroups can also use
 transports such as TCP). It can be used to create groups of processes
 whose members can send messages to each other. The main features
 include:
  * Group creation and deletion. Group members can be spread across LANs or WANs 
  * Joining and leaving of groups 
  * Membership detection and notification about joined/left/crashed members 
  * Detection and removal of crashed members 
  * Sending and receiving of member-to-group messages (point-to-multipoint) 
  * Sending and receiving of member-to-member messages (point-to-point)