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 61 62
|
Source: libmoops-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
devscripts,
debhelper,
dh-buildinfo,
libimport-into-perl,
libkavorka-perl,
libkeyword-simple-perl,
liblexical-accessor-perl,
libmoox-late-perl,
libmoosex-mungehas-perl,
libparse-keyword-perl,
libperlx-assert-perl,
libtype-tiny-perl,
libvariable-magic-perl,
libtrue-perl,
libexporter-tiny-perl (>= 0.040),
libmodule-runtime-perl (>= 0.013),
libmoo-perl (>= 1.006000),
libscalar-list-utils-perl (>= 1:0.40),
libtry-tiny-perl (>= 0.12),
libnamespace-autoclean-perl (>= 0.20),
perl (>= 5.14),
libtest-fatal-perl,
libtest-requires-perl,
perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
libtest-warnings-perl,
libtypes-xsd-lite-perl,
libmoose-perl,
libmouse-perl,
libmoosex-types-common-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoops-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoops-perl.git
Homepage: https://metacpan.org/release/Moops
Package: libmoops-perl
Architecture: all
Depends: ${cdbs:Depends},
${misc:Depends},
${perl:Depends}
Suggests: ${cdbs:Suggests}
Description: moops object-oriented programming sugar
Moops is sugar for declaring and using roles and classes in Perl.
.
The syntax is inspired by MooseX::Declare, and Stevan Little's
p5-mop-redux project (which is in turn partly inspired by Perl 6).
.
Moops has fewer than half of the dependencies as MooseX::Declare, loads
in about 25% of the time, and the classes built with it run
significantly faster. Moops does not use Devel::Declare, instead using
Perl's pluggable keyword API.
.
Moops uses Moo to build classes and roles by default, but allows you to
use Moose if you desire. (And Mouse experimentally.)
.
Install libmoosex-xsaccessor-perl to automatically speedup Moose
classes.
|