File: control

package info (click to toggle)
adql 2.0~beta%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,560 kB
  • sloc: java: 21,916; sh: 132; makefile: 17
file content (62 lines) | stat: -rw-r--r-- 1,909 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Source: adql
Standards-Version: 4.7.2
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders:
 Ole Streicher <olebole@debian.org>
Section: java
Priority: optional
Build-Depends:
 ant,
 debhelper-compat (= 13),
 dh-exec,
 javahelper,
Build-Depends-Indep:
 default-jdk,
 default-jdk-doc,
 gradle-debian-helper,
 javacc,
 junit5,
 libgradle-plugins-java,
 libpostgresql-jdbc-java,
Vcs-Browser: https://salsa.debian.org/debian-astro-team/adql
Vcs-Git: https://salsa.debian.org/debian-astro-team/adql.git
Homepage: https://cdsportal.u-strasbg.fr/adqltuto/index.html

Package: adql-java
Architecture: all
Multi-Arch: foreign
Depends:
 ${java:Depends},
 ${misc:Depends},
Suggests:
 libpostgresql-jdbc-java,
Description: Parse, manipulate and translate ADQL queries with Java
 ADQL is a SQL-like language which includes astronomical facilities to
 query a database. This language has been defined by the IVOA in the
 Recommendation of 30 Oct 2008 (Version 2.0) and is mainly used in the
 Table Access Protocol (TAP).
 .
 Functionalities of the package:
 .
  * Parse: read ADQL queries in text and transform them into a Java object
   (actually, a syntactic tree).
  * Manipulate: the generated object can be manipulated so than modifying the
   original query.
  * Translate: an interface and some implementations lets translating SQL
   into other languages like SQL.

Package: adql-java-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
 ${misc:Depends},
Recommends:
 ${java:Recommends},
Description: Parse, manipulate and translate ADQL queries (API doc)
 ADQL is a SQL-like language which includes astronomical facilities to
 query a database. This language has been defined by the IVOA in the
 Recommendation of 30 Oct 2008 (Version 2.0) and is mainly used in the
 Table Access Protocol (TAP).
 .
 This package contains the JavaDoc documentation of the package.