File: control

package info (click to toggle)
libset-scalar-perl 1.29-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 240 kB
  • ctags: 129
  • sloc: perl: 932; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,021 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: libset-scalar-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: extra
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libset-scalar-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libset-scalar-perl.git
Homepage: https://metacpan.org/release/Set-Scalar

Package: libset-scalar-perl
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl interface for operations on finite sets
 Set::Scalar provides an interface for working with finite, unordered sets of
 elements: creating, modifying, displaying, comparing and deriving them; the
 computation of power sets and the cartesian product of sets. It also provides
 overloaded operators for most operations.