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 91 92 93 94 95 96 97 98 99
|
Source: yaz
Section: utils
Standards-Version: 4.7.3
Maintainer: Vincent Danjean <vdanjean@debian.org>
Uploaders: Hugh McMaster <hmc@debian.org>
Build-Depends:
debhelper-compat (= 13),
autoconf,
automake,
bison,
docbook-dsssl,
docbook-xml,
docbook-xsl,
gawk,
libgnutls28-dev,
libicu-dev,
libpcap0.8-dev,
libreadline-dev,
libtool,
libwrap0-dev,
libxslt1-dev,
pkgconf,
tcl,
xsltproc
Homepage: https://www.indexdata.com/resources/software/yaz/
Vcs-Browser: https://salsa.debian.org/debian/yaz
Vcs-Git: https://salsa.debian.org/debian/yaz.git
Description: Z39.50/SRW/SRU toolkit
YAZ is a toolkit for the development of client and server software built
around the ANSI Z39.50 (ISO 23950) standard for information retrieval.
.
YAZ supports Z39.50-2003 (version 3), SRU versions 1.1 to 2.0, and the
industry standard ZOOM API for Z39.50.
Package: libyaz5
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ${source:Synopsis} (libraries)
${source:Extended-Description}
.
This package provides the yaz, yaz-icu and yaz-server libraries.
Package: yaz
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: yaz-runtime, yaz-ssl
Description: ${source:Synopsis} (utilities)
${source:Extended-Description}
.
This package provides several utility programs for retrieving and working
with data records obtained from URLs and web services.
Package: yaz-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: ${source:Synopsis} (documentation)
${source:Extended-Description}
.
This package provides HTML documentation for YAZ.
Package: libyaz-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libicu-dev,
libgnutls28-dev,
libwrap0-dev,
libxslt1-dev,
libyaz5 (= ${binary:Version}),
${misc:Depends}
Recommends: tcl
Suggests: yaz-doc
Description: ${source:Synopsis} (development files)
${source:Extended-Description}
.
This package includes development libraries and C/C++ header files.
Package: yaz-illclient
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ${source:Synopsis} (command-line client for ILL)
${source:Extended-Description}
.
The yaz-illclient program is a command-line client that sends ISO ILL
requests to a server and decodes the response.
Package: yaz-icu
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ${source:Synopsis} (command-line client for ICU)
${source:Extended-Description}
.
The yaz-icu program is a command-line client that exposes the ICU chain
module of YAZ.
|