Source: apache-curator Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Emmanuel Bourg 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.