File: control

package info (click to toggle)
libcache-memcached-getparserxs-perl 0.01-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 120 kB
  • ctags: 196
  • sloc: perl: 127; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 1,039 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 <christopher.hoskin@gmail.com>
Build-Depends: debhelper (>= 9.20120312~),
 libcache-memcached-perl,
 perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcache-memcached-getparserxs-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/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.