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
|
Source: xpa
Section: science
Priority: optional
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Build-Depends: autotools-dev,
debhelper (>= 9),
dh-autoreconf,
libxt-dev,
tcl-dev
Standards-Version: 4.1.3
Homepage: https://hea-www.harvard.edu/RD/xpa/
Vcs-Git: https://salsa.debian.org/debian-astro-team/xpa.git
Vcs-Browser: https://salsa.debian.org/debian-astro-team/xpa
Package: libxpa1
Section: libs
Architecture: any
Multi-Arch: same
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
Section: libdevel
Architecture: any
Multi-Arch: same
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.
|