File: control

package info (click to toggle)
ehcache 2.6.11-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 9,140 kB
  • ctags: 14,506
  • sloc: java: 84,615; xml: 13,172; perl: 33; makefile: 15; sh: 13
file content (35 lines) | stat: -rw-r--r-- 1,300 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
33
34
35
Source: ehcache
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>,
           Emmanuel Bourg <ebourg@apache.org>
Build-Depends: ant,
               cdbs,
               debhelper (>= 9),
               default-jdk,
               libbtm-java,
               libcommons-collections3-java,
               libcommons-logging-java,
               libgeronimo-jta-1.0.1b-spec-java,
               libhibernate3-java,
               libjgroups-java,
               libservlet3.1-java,
               libslf4j-java,
               maven-repo-helper
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/ehcache.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/ehcache.git
Homepage: http://ehcache.sourceforge.net

Package: libehcache-java
Architecture: all
Depends: libcommons-collections3-java,
         libcommons-logging-java,
         ${misc:Depends}
Description: distributed cache library
 Ehcache is a distributed cache for general purpose caching in Java,
 J2EE and light-weight containers. It features memory and disk stores,
 replicate by copy and invalidate, listeners, a gzip caching servlet
 filter and much more.