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
|
Source: adql
Section: java
Priority: optional
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Build-Depends: ant, debhelper (>= 12), dh-exec, javahelper (>= 0.40)
Build-Depends-Indep: ant-optional,
default-jdk,
default-jdk-doc,
javacc,
junit4,
libpostgresql-jdbc-java,
libpostgresql-jdbc-java-doc
Standards-Version: 4.4.0
Homepage: https://cdsportal.u-strasbg.fr/adqltuto/index.html
Vcs-Git: https://salsa.debian.org/debian-astro-team/adql.git
Vcs-Browser: https://salsa.debian.org/debian-astro-team/adql
Package: adql-java
Architecture: all
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
Section: doc
Architecture: all
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.
|