File: control

package info (click to toggle)
libscalar-defer-perl 0.23-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 300 kB
  • sloc: perl: 3,700; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,152 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
Source: libscalar-defer-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl,
                     libexporter-lite-perl,
                     libclass-insideout-perl,
                     libio-capture-perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libscalar-defer-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libscalar-defer-perl.git
Homepage: https://metacpan.org/release/Scalar-Defer

Package: libscalar-defer-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libclass-insideout-perl,
         libexporter-lite-perl
Description: module providing lazy evaluation for Perl
 Scalar::Defer is a Perl module that exports two functions, defer and lazy,
 which can be used to construct values that are evaluated as needed. It also
 provides a function to force immediate evaluation of a deferred value.