File: control

package info (click to toggle)
lightcouch 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 516 kB
  • sloc: java: 4,070; xml: 941; javascript: 83; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 866 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: lightcouch
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper-compat (= 13), default-jdk, maven-debian-helper (>= 1.5)
Build-Depends-Indep: libgoogle-gson-java, libhttpclient-java
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/lightcouch.git
Vcs-Browser: https://salsa.debian.org/java-team/lightcouch
Homepage: http://www.lightcouch.org

Package: liblightcouch-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Recommends: ${maven:OptionalDepends}
Description: LightCouch - CouchDB Java API
 LightCouch aims at providing a simple and easy-to-use APIs for accessing
 CouchDB databases. It offers a powerful and lightweight persistence interface
 with minimal code base and dependency.