Source: libclass-xsaccessor-perl
Section: perl
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (=13),
               perl-xs-dev,
               perl:native
Testsuite: autopkgtest-pkg-perl
Standards-Version: 4.6.1
Vcs-Browser: https://gitee.com/openkylin/libclass-xsaccessor-perl
Vcs-Git: https://gitee.com/openkylin/libclass-xsaccessor-perl.git
Homepage: https://metacpan.org/release/Class-XSAccessor
Rules-Requires-Root: no

Package: libclass-xsaccessor-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${sameperl:Depends},
         ${shlibs:Depends}
Provides: libclass-xsaccessor-array-perl
Description: Perl module providing fast XS accessors
 Class::XSAccessor implements fast XS accessors both for getting at and setting
 an object attribute. Additionally, the module supports mutators and simple
 predicates like those for testing the truth value of a variable. It works only
 with objects that are implemented as ordinary hashes.
 .
 The XS accessor methods were between 1.6 and 2.5 times faster than typical
 pure-perl accessors in some simple benchmarking. If you usually write clear
 code, a factor of two speed-up is a good estimate.
 .
 Refer to Class::XSAccessor::Array (also included in libclass-xsaccessor-perl)
 for an implementation that works with array-based objects.
