File: control

package info (click to toggle)
ruby-bcrypt-pbkdf 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 188 kB
  • sloc: ansic: 1,062; ruby: 71; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 904 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
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.5.1
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 | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
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).