File: control

package info (click to toggle)
ruby-bcrypt 3.1.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 340 kB
  • sloc: ansic: 1,390; java: 764; ruby: 438; asm: 157; makefile: 12
file content (31 lines) | stat: -rw-r--r-- 948 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
27
28
29
30
31
Source: ruby-bcrypt
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders:
 Cédric Boutillier <boutil@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 default-jdk-headless,
 gem2deb (>= 1),
 java-common (>= 0.75),
 rake,
 ruby-rspec,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-bcrypt.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-bcrypt
Homepage: https://github.com/bcrypt-ruby/bcrypt-ruby
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-bcrypt
Architecture: any
Depends:
 ${misc:Depends},
 ${ruby:Depends},
 ${shlibs:Depends},
Multi-Arch: same
Description: Ruby binding for the bcrypt() password hashing algorithm
 bcrypt() is a sophisticated and secure hash algorithm designed
 by the OpenBSD project for hashing passwords. bcrypt-ruby provides
 a simple, humane wrapper for safely handling passwords.