File: control

package info (click to toggle)
libfile-kdbx-perl 0.906-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,052 kB
  • sloc: perl: 10,607; makefile: 2
file content (60 lines) | stat: -rw-r--r-- 2,546 bytes parent folder | download | duplicates (2)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Source: libfile-kdbx-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Joenio Marques da Costa <joenio@joenio.me>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libboolean-perl <!nocheck>,
                     libcompress-raw-zlib-perl <!nocheck>,
                     libcrypt-argon2-perl <!nocheck>,
                     libcryptx-perl <!nocheck>,
                     libdevel-globaldestruction-perl <!nocheck>,
                     libencode-perl <!nocheck>,
                     libio-compress-perl <!nocheck>,
                     libiterator-simple-perl <!nocheck>,
                     libmath-bigint-perl <!nocheck>,
                     libnamespace-clean-perl <!nocheck>,
                     libpass-otp-perl <!nocheck>,
                     libref-util-perl <!nocheck>,
                     libscalar-list-utils-perl <!nocheck>,
                     libscope-guard-perl <!nocheck>,
                     libtest-deep-perl <!nocheck>,
                     libtest-fatal-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     libtest-warnings-perl <!nocheck>,
                     libxml-libxml-perl <!nocheck>,
                     perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfile-kdbx-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfile-kdbx-perl.git
Homepage: https://metacpan.org/release/File-KDBX
Rules-Requires-Root: no

Package: libfile-kdbx-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libboolean-perl,
         libcrypt-argon2-perl,
         libcryptx-perl,
         libdevel-globaldestruction-perl,
         libencode-perl,
         libiterator-simple-perl,
         libmath-bigint-perl,
         libnamespace-clean-perl,
         libref-util-perl,
         libscalar-list-utils-perl,
         libscope-guard-perl,
         libxml-libxml-perl
Recommends: libcompress-raw-zlib-perl,
            libio-compress-perl,
            libpass-otp-perl
Description: Perl module to work with KDBX databases
 File::KDBX provides an interface to work with KDBX databases, a
 hierarchical object database which is commonly used to store secret
 information securely.
 .
 File::KDBX lets you query entries, create new entries, delete entries, modify
 entries and more, the module also includes various parsers and generators for
 serializing and persisting databases.