File: control

package info (click to toggle)
libswarmcache-java 1.0RC2%2Bcvs20071027-7.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 312 kB
  • sloc: java: 1,062; xml: 429; sh: 14; makefile: 13
file content (30 lines) | stat: -rw-r--r-- 1,452 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
Source: libswarmcache-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>
Build-Depends: cdbs, debhelper (>= 7), maven-repo-helper
Build-Depends-Indep: ant,
                     default-jdk,
                     libcommons-collections3-java,
                     libcommons-logging-java,
                     libjgroups-java (>= 2.12.2.Final)
Standards-Version: 3.9.4
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libswarmcache-java
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libswarmcache-java
Homepage: http://swarmcache.sourceforge.net

Package: libswarmcache-java
Architecture: all
Depends: libcommons-collections3-java,
         libcommons-logging-java,
         libjgroups-java (>= 2.12.2.Final),
         ${misc:Depends}
Description: SwarmCache - 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.