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
|
Source: ruby-aws-sigv4
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Utkarsh Gupta <guptautkarsh2102@gmail.com>
Build-Depends: debhelper-compat (= 13),
gem2deb,
ruby-aws-eventstream (>= 1.0.2)
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-aws-sigv4.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-aws-sigv4
Homepage: https://github.com/aws/aws-sdk-ruby
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-aws-sigv4
Architecture: all
Depends: ${ruby:Depends},
ruby-aws-eventstream (>= 1.0.2),
${misc:Depends},
${shlibs:Depends}
Description: AWS Signature Version 4 library
aws-sigv4 is an Amazon Web Services Signature Version 4 signing ligrary. It
generates sigv4 signature for HTTP requests.
.
It is a part of aws-sdk.
|