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-sdk-kms
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-sdk-core (>= 3.234.0),
ruby-aws-sigv4 (>= 1.1)
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-aws-sdk-kms.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-aws-sdk-kms
Homepage: https://github.com/aws/aws-sdk-ruby
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-aws-sdk-kms
Architecture: all
Depends: ${ruby:Depends},
${misc:Depends},
${shlibs:Depends}
Description: AWS SDK for Ruby - KMS
aws-sdk-kms is an official KMS for AWS SDK for Ruby. It basically provides Key
Management Service (KMS).
.
This gem is part of the AWS SDK for Ruby.
|