4ecf50a71869ae70ce2a2b9454144d5d7361a233
[ZOOM-Perl-moved-to-github.git] / debian / control
1 Source: libnet-z3950-zoom-perl
2 Section: perl
3 Priority: optional
4 Build-Depends: debhelper (>= 5.0.0), perl (>= 5.8.8-7), libyaz4-dev, libmarc-record-perl
5 Maintainer: Mike Taylor <mike@indexdata.com>
6 Standards-Version: 3.7.2
7
8 Package: libnet-z3950-zoom-perl
9 Architecture: any
10 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libmarc-record-perl
11 Description:  Perl extension implementing the ZOOM API for Information Retrieval
12  This module provides a nice, Perlish implementation of the ZOOM
13  Abstract API described and documented at http://zoom.z3950.org/api/
14  .
15  the ZOOM module is implemented as a set of thin classes on top of the
16  non-OO functions provided by this distribution's Net::Z3950::ZOOM
17  module, which in 
18  turn is a thin layer on top of the ZOOM-C code supplied as part of
19  Index Data's YAZ Toolkit.  Because ZOOM-C is also the underlying code
20  that implements ZOOM bindings in C++, Visual Basic, Scheme, Ruby, .NET
21  (including C#) and other languages, this Perl module works compatibly
22  with those other implementations.  (Of course, the point of a public
23  API such as ZOOM is that all implementations should be compatible
24  anyway; but knowing that the same code is running is reassuring.)
25  .
26  This description was automagically extracted from the module by dh-make-perl.