File: control

package info (click to toggle)
starjava-registry 1.2%2B2024.08.05-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: java: 1,031; xml: 429; makefile: 22
file content (49 lines) | stat: -rw-r--r-- 1,942 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
Source: starjava-registry
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,
                     javacc
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian-astro-team/starjava-registry
Vcs-Git: https://salsa.debian.org/debian-astro-team/starjava-registry.git
Homepage: https://github.com/Starlink/starjava/tree/master/registry

Package: starlink-registry-java
Architecture: all
Multi-Arch: foreign
Depends: ${java:Depends},
         ${misc:Depends}
Description: Starlink IVOA registry access
 This package provides a set of classes which can be used to make
 lightweight queries of an RI 1.0-compliant IVOA registry. In the
 Virtual Observatory (VO), registries provide a means for discovering
 useful resources, i.e., data and services. Individual publishers
 offer the descriptions for their resources ("resource records") in
 publishing registries.
 .
 This is not an all-singing or all-dancing registry client. The focus
 is on something which does a limited job fast and in a small memory
 footprint.

Package: starlink-registry-java-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Recommends: ${java:Recommends}
Description: Starlink IVOA registry access (API docs)
 This package provides a set of classes which can be used to make
 lightweight queries of an RI 1.0-compliant IVOA registry. In the
 Virtual Observatory (VO), registries provide a means for discovering
 useful resources, i.e., data and services. Individual publishers
 offer the descriptions for their resources ("resource records") in
 publishing registries.
 .
 This package contains the JavaDoc documentation of the package.