adql 2.0~beta+ds-2 source package in Ubuntu

Changelog

adql (2.0~beta+ds-2) unstable; urgency=medium

  * Fix beta version number in build.gradle

 -- Ole Streicher <email address hidden>  Sat, 09 Dec 2023 09:01:33 +0100

Upload details

Uploaded by:
Debian Astronomy Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Astronomy Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
adql_2.0~beta+ds-2.dsc 2.2 KiB 7d7e5792c24c640b697efedbca3ddcba4fc363331b0fe0056eac67555a01f66c
adql_2.0~beta+ds.orig.tar.xz 226.4 KiB 83662d9c46ca67d104b1fb1351f2e997265f1431545f53e655bd95a25282f28f
adql_2.0~beta+ds-2.debian.tar.xz 7.8 KiB 9d6ef6a6bd97ac01990f19f207dbb1cd4cbad0e379140375d1b3f9c4ed03d79c

No changes file available.

Binary packages built by this source

adql-java: 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.

adql-java-doc: 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.