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
|
Source: libwebservice-ils-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Chris Cormack <chrisc@catalyst.net.nz>,
Mirko Tietgen <mirko@abunchofthings.net>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
perl,
libmodule-build-tiny-perl,
libhttp-daemon-perl
Build-Depends-Indep: libclass-tiny-perl,
libhash-merge-perl,
libhttp-message-perl,
libjson-perl,
libmodern-perl-perl,
liburi-perl,
libwww-perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libwebservice-ils-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libwebservice-ils-perl.git
Homepage: https://metacpan.org/release/WebService-ILS
Rules-Requires-Root: no
Package: libwebservice-ils-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libclass-tiny-perl,
libhash-merge-perl,
libhttp-message-perl,
libjson-perl,
libmodern-perl-perl,
liburi-perl,
libwww-perl
Recommends: libxml-libxml-perl
Description: Standardised library discovery/circulation services
WebService::ILS is an attempt to create a standardised interface for online
library services providers.
.
Supported service providers
.
Overdrive
WebService::ILS::OverDrive::Library
OverDrive Library API https://developer.overdrive.com/discovery-apis
WebService::ILS::OverDrive::Patron
OverDrive Circulation API https://developer.overdrive.com/circulation-apis
.
RecordedBooks
WebService::ILS::RecordedBooks::Partner
WebService::ILS::RecordedBooks::PartnerBase
WebService::ILS::RecordedBooks::PartnerPatron
WebService::ILS::RecordedBooks::Patron
|