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
|
Source: libmoosex-types-set-object-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
Ryan Niebur <ryan@debian.org>,
Ansgar Burchardt <ansgar@debian.org>,
Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20140227~),
libmodule-build-tiny-perl
Build-Depends-Indep: perl,
libtest-fatal-perl,
libmoosex-types-perl,
libset-object-perl,
perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010),
libmoose-perl
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-types-set-object-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmoosex-types-set-object-perl.git
Homepage: https://metacpan.org/release/MooseX-Types-Set-Object
Testsuite: autopkgtest-pkg-perl
Package: libmoosex-types-set-object-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libmoosex-types-perl,
libset-object-perl,
libmoose-perl
Description: Perl module providing a Set::Object type
MooseX::Types::Set::Object provides Moose type constraint (see MooseX::Types
and Moose::Util::TypeConstraints) that is a Set::Object, with coercions. It
is essentially a collection of unordered objects without duplication (see
Set Theory in Mathematics).
.
Similarly, it allows one to operate on these sets - determining their union,
intersection, difference and symmetric difference in a trivial way. There are
many more operations, which are discussed in Set::Object's documentation.
|