File: control

package info (click to toggle)
libswarmcache-java 1.0RC2%2Bcvs20071027-2
  • links: PTS, VCS
  • area: contrib
  • in suites: lenny
  • size: 284 kB
  • ctags: 249
  • sloc: java: 1,062; xml: 407; sh: 14; makefile: 10
file content (24 lines) | stat: -rw-r--r-- 1,328 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
Source: libswarmcache-java
Section: contrib/libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Varun Hiremath <varunhiremath@gmail.com>, Torsten Werner <twerner@debian.org>
Build-Depends: cdbs, debhelper (>= 5)
Build-Depends-Indep: ant, java-gcj-compat-dev, libcommons-collections-java,
 libcommons-logging-java, libjgroups-java, libservlet2.4-java
Standards-Version: 3.7.2
Homepage: http://swarmcache.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libswarmcache-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libswarmcache-java

Package: libswarmcache-java
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime
Description: simple, yet powerful distributed caching mechanism for Java
 SwarmCache is a simple but effective distributed cache. It uses IP
 multicast to efficiently communicate with any number of hosts on a LAN.
 It is specifically designed for use by clustered, database-driven web
 applications. Such applications typically have many more read
 operations than write operations, which allows SwarmCache to deliver
 the greatest performance gains. SwarmCache uses JavaGroups internally
 to manage the membership and communications of its distributed cache.