File: control

package info (click to toggle)
ruby-lockbox 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 220 kB
  • sloc: ruby: 1,409; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 1,037 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
Source: ruby-lockbox
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 (>= 2.1~)
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-lockbox.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-lockbox
Homepage: https://github.com/ankane/lockbox
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-lockbox
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Multi-Arch: foreign
Description: Modern encryption for Rails
 Lockbox aims to make encryption as friendly and intuitive as possible.
 Encrypted fields and files behave just like unencrypted ones for maximum
 compatibility with 3rd party libraries and existing code.
 .
  - Uses state-of-the-art algorithms
  - Works with database fields, files, and strings
  - Makes migrating existing data and key rotation easy