Source: leveldb-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: cdbs,
               debhelper (>= 9),
               default-jdk,
               libguava-java,
               libsnappy-java,
               maven-debian-helper (>= 1.5)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/leveldb-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/leveldb-java.git
Homepage: http://github.com/dain/leveldb

Package: libleveldb-api-java
Architecture: all
Depends: ${misc:Depends}
Suggests: libleveldb-java
Description: High level Java API for LevelDB
 Port of LevelDB in Java with the goal of having a feature complete
 implementation that is within 10% of the performance of the C++ original
 and produces byte-for-byte exact copies of the C++ code.
 .
 This package contains the high level API for LevelDB.

Package: libleveldb-java
Architecture: all
Depends: ${misc:Depends}, libleveldb-api-java, libguava-java
Suggests: libsnappy-java
Description: Port of LevelDB to Java
 Port of LevelDB in Java with the goal of having a feature complete
 implementation that is within 10% of the performance of the C++ original
 and produces byte-for-byte exact copies of the C++ code.
 .
 This package contains the implementation of the LevelDB API.
