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
|
Source: libamazon-s3-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christopher Hoskin <christopher.hoskin@gmail.com>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libclass-accessor-perl,
libdigest-hmac-perl,
libdigest-md5-file-perl,
libhttp-date-perl,
liblwp-useragent-determined-perl,
liburi-perl,
libxml-simple-perl,
perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libamazon-s3-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libamazon-s3-perl.git
Homepage: https://metacpan.org/release/Amazon-S3
Testsuite: autopkgtest-pkg-perl
Package: libamazon-s3-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libclass-accessor-perl,
libdigest-hmac-perl,
libdigest-md5-file-perl,
libhttp-date-perl,
liblwp-useragent-determined-perl,
liburi-perl,
libxml-simple-perl
Description: portable client interface to Amazon Simple Storage System (S3)
Amazon::S3 provides a portable client interface to Amazon Simple Storage
System (S3). It is a fork of Net::Amazon::S3 (packaged for Debian as
libnet-amazon-s3-perl) which uses XML::SAX instead of XML::LibXML. Some
applications prefer to use Amazon::S3 rather than Net::Amazon::S3 to improve
portability (at the expense of performance).
|