File: control

package info (click to toggle)
ruby-aes-key-wrap 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 108 kB
  • sloc: ruby: 77; makefile: 6; sh: 3
file content (26 lines) | stat: -rw-r--r-- 900 bytes parent folder | download
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-aes-key-wrap
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb
Standards-Version: 4.6.1.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-aes-key-wrap.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-aes-key-wrap
Homepage: https://github.com/tomdalling/aes_key_wrap
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-aes-key-wrap
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: Ruby implementation of AES Key Wrap
 AES Key Wrap is also known as RFC 3394, or NIST Key Wrap.
 .
 This library is a dependency of ruby-json-jwt, which provide JSON Web Token
 support.