File: control

package info (click to toggle)
libcache-memcached-getparserxs-perl 0.01-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 112 kB
  • sloc: perl: 127; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 1,158 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
25
26
Source: libcache-memcached-getparserxs-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christopher Hoskin <mans0954@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libcache-memcached-perl <!nocheck>,
               perl-xs-dev,
               perl:native
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcache-memcached-getparserxs-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcache-memcached-getparserxs-perl.git
Homepage: https://metacpan.org/release/Cache-Memcached-GetParserXS
Rules-Requires-Root: no

Package: libcache-memcached-getparserxs-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libcache-memcached-perl
Description: C/XS implementation of Cache::Memcached::GetParser
 Cache::Memcached::GetParserXS implements the same function as
 Cache::Memcached::GetParser, except it's written in C/XS. Initial benchmarks
 have shown it to be possibly twice as fast as the original perl version.