File: control

package info (click to toggle)
leveldb-java 0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,020 kB
  • ctags: 1,787
  • sloc: java: 12,023; xml: 662; makefile: 6
file content (37 lines) | stat: -rw-r--r-- 1,401 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
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.