File: control

package info (click to toggle)
libswarmcache-java 1.0RC2%2Bcvs20071027-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 352 kB
  • sloc: java: 1,062; xml: 432; makefile: 4; sh: 1
file content (31 lines) | stat: -rw-r--r-- 1,393 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
Source: libswarmcache-java
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun@debian.org>,
           Torsten Werner <twerner@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
               javahelper,
               maven-repo-helper
Build-Depends-Indep: ant,
                     default-jdk-headless,
                     libcommons-collections3-java,
                     libcommons-logging-java,
                     libjgroups-java
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/libswarmcache-java
Vcs-Git: https://salsa.debian.org/java-team/libswarmcache-java.git
Homepage: https://swarmcache.sourceforge.net

Package: libswarmcache-java
Architecture: all
Depends: ${java:Depends},
         ${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.