File: control

package info (click to toggle)
ruby-bcrypt 3.1.22-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 348 kB
  • sloc: ansic: 1,393; java: 765; ruby: 442; asm: 157; makefile: 12
file content (24 lines) | stat: -rw-r--r-- 967 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
Source: ruby-bcrypt
Section: ruby
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.3
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

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.