File: control

package info (click to toggle)
sqljet 1.1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 6,372 kB
  • ctags: 5,648
  • sloc: java: 36,711; ansic: 695; xml: 232; makefile: 31; sh: 19; sql: 14; php: 4
file content (38 lines) | stat: -rw-r--r-- 1,538 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
Source: sqljet
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Jakub Adam <jakub.adam@ktknet.cz>
Section: java
Priority: optional
Build-Depends: debhelper (>> 9~), default-jdk, javahelper, antlr3, maven-repo-helper
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/sqljet.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/sqljet.git
Homepage: http://sqljet.com

Package: libsqljet-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: Pure Java implementation of SQLite database management system
 SQLJet is a software library that provides API that enables Java application to
 read and modify SQLite databases. SQLJet does not support SQL queries; there is
 an API to work with the database on a lower level.
 .
 SQLJet Major Features:
 .
  * Fine-grained API to create, read and modify SQLite databases.
  * Database format is fully compatible with SQLite 3.6.
  * No native binaries are needed.
  * Current version only supports SQL in schema.

Package: libsqljet-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: libsqljet-java (= ${binary:Version})
Description: API documentation for libsqljet-java
 SQLJet is a software library that provides API that enables Java application to
 read and modify SQLite databases. SQLJet does not support SQL queries; there is
 an API to work with the database on a lower level.
 .
 This package contains the Javadoc generated API documentation.