File: control

package info (click to toggle)
libcache-memcached-getparserxs-perl 0.01-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 120 kB
  • sloc: perl: 127; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 1,028 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
Source: libcache-memcached-getparserxs-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christopher Hoskin <mans0954@debian.org>
Build-Depends: debhelper (>= 11),
 libcache-memcached-perl,
 perl
Standards-Version: 4.2.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
Testsuite: autopkgtest-pkg-perl

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.