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
|
Source: libvm-ec2-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Olivier Sallou <osallou@debian.org>,
Daniel Lintott <daniel@serverb.co.uk>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
libmodule-build-perl,
perl
Build-Depends-Indep: libanyevent-cachedns-perl,
libanyevent-http-perl (>= 2.15),
libanyevent-perl (>= 7.040),
libjson-perl,
libstring-approx-perl,
liburi-perl,
libwww-perl,
libxml-simple-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libvm-ec2-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libvm-ec2-perl.git
Homepage: https://metacpan.org/release/VM-EC2
Testsuite: autopkgtest-pkg-perl
Package: libvm-ec2-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libanyevent-cachedns-perl,
libanyevent-http-perl (>= 2.15),
libanyevent-perl (>= 7.040),
libjson-perl,
libstring-approx-perl,
liburi-perl,
libwww-perl,
libxml-simple-perl
Description: module providing controls on Amazon EC2 and Eucalyptus
This is an interface to the 2014-05-01 version of the Amazon AWS API
(http://aws.amazon.com/ec2). It was written provide access to the new tag and
metadata interface that is not currently supported by Net::Amazon::EC2, as
well as to provide developers with an extension mechanism for the API. This
library will also support the Eucalyptus open source cloud
(http://open.eucalyptus.com).
.
The main interface is the VM::EC2 object, which provides methods for
interrogating the Amazon EC2, launching instances, and managing instance
lifecycle.
|