File: control

package info (click to toggle)
ruby-bcrypt-pbkdf 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: ansic: 1,062; ruby: 72; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 913 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-bcrypt-pbkdf
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Nussbaum <lucas@debian.org>
Build-Depends: debhelper-compat (= 13),
 gem2deb (>= 1.0~),
 rake,
 rake-compiler,
 ruby-minitest
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-bcrypt-pbkdf.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-bcrypt-pbkdf
Homepage: https://github.com/net-ssh/bcrypt_pbkdf-ruby
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-bcrypt-pbkdf
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${ruby:Depends}, ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: Ruby library for OpenBSD's bcrypt_pdkfd
 This package provides a Ruby library for bcrypt_pdkfd (a variant of PBKDF2
 with bcrypt-based PRF - pseudo-random function).