File: control

package info (click to toggle)
apache-curator 2.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 5,924 kB
  • sloc: java: 38,526; xml: 1,337; sh: 40; makefile: 12
file content (90 lines) | stat: -rw-r--r-- 3,412 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Source: apache-curator
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: ant,
               debhelper (>= 9),
               default-jdk,
               libcommons-math-java,
               libguava-java,
               libjackson-json-java,
               libjavassist-java,
               libmaven-bundle-plugin-java,
               libmaven-dependency-plugin-java,
               libmockito-java,
               libslf4j-java,
               libzookeeper-java (>= 3.4.6-3~),
               maven-debian-helper (>= 1.5),
               testng,
               thrift-compiler
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/apache-curator.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/apache-curator.git
Homepage: http://curator.apache.org

Package: libcurator-parent-java
Architecture: all
Depends: ${misc:Depends}, libcommons-math-java, libjavassist-java, libslf4j-java
Description: Apache Curator Parent
 Curator is a set of Java libraries that make using Apache ZooKeeper much
 easier.
 .
 This package contains the parent POM of the Curator components.

Package: libcurator-client-java
Architecture: all
Depends: ${misc:Depends}, libcurator-parent-java, libslf4j-java
Description: Apache Curator Client
 Curator is a set of Java libraries that make using Apache ZooKeeper much
 easier.
 .
 This package contains the Curator Client which is a low-level API wrapping
 the ZooKeeper's Java client. It makes client access to ZooKeeper much simpler
 and less error prone. It provides the following features:
  * Continuous connection management
  * Operation retry utilities
  * In-process, self-contained, Test ZooKeeper server

Package: libcurator-framework-java
Architecture: all
Depends: ${misc:Depends}, libcurator-client-java
Description: Apache Curator Framework
 Curator is a set of Java libraries that make using Apache ZooKeeper much
 easier.
 .
 This package contains the Curator Framework which is a high-level API that
 greatly simplifies using ZooKeeper. It adds many features that build on
 ZooKeeper and handles the complexity of managing connections to the ZooKeeper
 cluster and retrying operations.

Package: libcurator-test-java
Architecture: all
Depends: ${misc:Depends}, libcurator-parent-java
Description: Apache Curator Testing Utilities
 Curator is a set of Java libraries that make using Apache ZooKeeper much
 easier.
 .
 This package contains the testing server, the testing cluster and a few other
 tools useful for testing.

Package: libcurator-recipes-java
Architecture: all
Depends: ${misc:Depends}, libcurator-framework-java
Description: Apache Curator Recipes
 Curator is a set of Java libraries that make using Apache ZooKeeper much
 easier.
 .
 This package contains the implementations of some of the common ZooKeeper
 "recipes" (elections, locks, barriers, counters, caches, nodes and queues).
 The implementations are built on top of the Curator Framework.

Package: libcurator-discovery-java
Architecture: all
Depends: ${misc:Depends}, libcurator-recipes-java, libjackson-json-java
Description: Apache Curator Service Discovery
 Curator is a set of Java libraries that make using Apache ZooKeeper much
 easier.
 .
 This package contains a service discovery implementation built
 on the Curator Framework.