File: control

package info (click to toggle)
libmoosex-storage-perl 0.52-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 568 kB
  • ctags: 69
  • sloc: perl: 927; makefile: 2
file content (56 lines) | stat: -rw-r--r-- 2,275 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
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
Source: libmoosex-storage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9),
Build-Depends-Indep: perl,
                     libdigest-hmac-perl,
                     libio-stringy-perl,
                     libjson-perl,
                     libjson-maybexs-perl,
                     libjson-xs-perl,
                     libmodule-runtime-perl,
                     libmoose-perl,
                     libmoosex-role-parameterized-perl,
                     libmoosex-types-perl,
                     libnamespace-autoclean-perl,
                     libstring-rewriteprefix-perl,
                     libtest-deep-perl,
                     libtest-deep-json-perl,
                     libtest-deep-type-perl,
                     libtest-fatal-perl,
                     libtest-json-perl,
                     libtest-requires-perl,
                     libtest-without-module-perl,
                     libtest-yaml-valid-perl,
                     libyaml-libyaml-perl,
                     libyaml-perl,
                     libyaml-syck-perl,
                     libyaml-tiny-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-storage-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmoosex-storage-perl.git
Homepage: https://metacpan.org/release/MooseX-Storage
Testsuite: autopkgtest-pkg-perl

Package: libmoosex-storage-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libio-stringy-perl,
         libjson-maybexs-perl,
         libmodule-runtime-perl,
         libmoose-perl,
         libnamespace-autoclean-perl,
         libstring-rewriteprefix-perl,
         libyaml-perl
Recommends: libmoosex-role-parameterized-perl,
            libyaml-libyaml-perl | libyaml-syck-perl
Description: serialization framework for Moose classes
 MooseX::Storage is a serialization framework for Moose classes. It provides a
 flexible and highly pluggable way to serialize Moose classes to a number of
 different formats and styles.