libnet-z3950-simpleserver-perl 1.15-1build3 source package in Ubuntu

Changelog

libnet-z3950-simpleserver-perl (1.15-1build3) xenial; urgency=medium

  * Rebuild for Perl 5.22.1.

 -- Colin Watson <email address hidden>  Thu, 17 Dec 2015 15:54:58 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Xenial
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe perl

Downloads

File Size SHA-256 Checksum
libnet-z3950-simpleserver-perl_1.15.orig.tar.gz 35.2 KiB 6edbe70450c19e887f84a4c0609b2f80a1d08381891fbb8fccacb341acb70843
libnet-z3950-simpleserver-perl_1.15-1build3.debian.tar.xz 3.2 KiB c5ee7abda574fbfc3290e30318591197e4ec5636ab24a1c3b108059f83c9cecb
libnet-z3950-simpleserver-perl_1.15-1build3.dsc 2.2 KiB 156d766a8e92869565d2f918eec4e9cdfd2c8bbc6d880cedac1846d4a5d96617

View changes file

Binary packages built by this source

libnet-z3950-simpleserver-perl: No summary available for libnet-z3950-simpleserver-perl in ubuntu yakkety.

No description available for libnet-z3950-simpleserver-perl in ubuntu yakkety.

libnet-z3950-simpleserver-perl-dbgsym: debug symbols for package libnet-z3950-simpleserver-perl

 The Net::Z3950::SimpleServer module is a tool for constructing Z39.50
 "Information Retrieval" servers in Perl. The module is easy to use, but it does
 help to have an understanding of the Z39.50 query structure and the
 construction of structured retrieval records.
 .
 Z39.50 is a network protocol for searching remote databases and
 retrieving the results in the form of structured "records". It is widely
 used in libraries around the world, as well as in the US Federal Government.
 In addition, it is generally useful whenever you wish to integrate a number
 of different database systems around a shared, asbtract data model.
 .
 The model of the module is simple: It implements a "generic" Z39.50
 server, which invokes callback functions supplied by you to search
 for content in your database. You can use any tools available in
 Perl to supply the content, including modules like DBI and
 WWW::Search.
 .
 The server will take care of managing the network connections for
 you, and it will spawn a new process (or thread, in some
 environments) whenever a new connection is received.