File: control

package info (click to toggle)
xpa 2.1.20-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,016 kB
  • sloc: ansic: 17,324; sh: 3,987; makefile: 399; tcl: 219; python: 177; perl: 161
file content (90 lines) | stat: -rw-r--r-- 4,109 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Source: xpa
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>,
           Phil Wyett <philip.wyett@kathenas.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libxt-dev,
               tcl-dev
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian-astro-team/xpa
Vcs-Git: https://salsa.debian.org/debian-astro-team/xpa.git
Homepage: https://hea-www.harvard.edu/RD/xpa/
Rules-Requires-Root: no

Package: libxpa1
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Seamless communication between Unix programs (shared library)
 The XPA messaging system provides seamless communication between many kinds
 of Unix programs, including X programs and Tcl/Tk programs. It also provides
 an easy way for users to communicate with these XPA-enabled programs by
 executing XPA client commands in the shell or by utilizing such commands in
 scripts. Because XPA works both at the programming level and the shell level,
 it is a powerful tool for unifying any analysis environment: users and
 programmers have great flexibility in choosing the best level or levels at
 which to access XPA services, and client access can be extended or modified
 easily at any time.
 .
 This package contains the shared library.

Package: libxpa-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libxpa1 (= ${binary:Version}),
         ${misc:Depends}
Description: Seamless communication between Unix programs (development files)
 The XPA messaging system provides seamless communication between many kinds
 of Unix programs, including X programs and Tcl/Tk programs. It also provides
 an easy way for users to communicate with these XPA-enabled programs by
 executing XPA client commands in the shell or by utilizing such commands in
 scripts. Because XPA works both at the programming level and the shell level,
 it is a powerful tool for unifying any analysis environment: users and
 programmers have great flexibility in choosing the best level or levels at
 which to access XPA services, and client access can be extended or modified
 easily at any time.
 .
 This package contains the header files and the static library.

Package: xpa-tools
Architecture: any
Depends: libxpa1 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Tools for seamless communication between Unix programs
 The XPA messaging system provides seamless communication between many kinds
 of Unix programs, including X programs and Tcl/Tk programs. It also provides
 an easy way for users to communicate with these XPA-enabled programs by
 executing XPA client commands in the shell or by utilizing such commands in
 scripts. Because XPA works both at the programming level and the shell level,
 it is a powerful tool for unifying any analysis environment: users and
 programmers have great flexibility in choosing the best level or levels at
 which to access XPA services, and client access can be extended or modified
 easily at any time.
 .
 This package contains the additional tools.

Package: tcl-xpa
Architecture: any
Multi-Arch: same
Section: interpreters
Depends: libxpa1 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Seamless communication between Unix programs (Tcl interface)
 The XPA messaging system provides seamless communication between many kinds
 of Unix programs, including X programs and Tcl/Tk programs. It also provides
 an easy way for users to communicate with these XPA-enabled programs by
 executing XPA client commands in the shell or by utilizing such commands in
 scripts. Because XPA works both at the programming level and the shell level,
 it is a powerful tool for unifying any analysis environment: users and
 programmers have great flexibility in choosing the best level or levels at
 which to access XPA services, and client access can be extended or modified
 easily at any time.
 .
 This package contains the Tcl interface.