File: control

package info (click to toggle)
libxs-parse-keyword-perl 0.33-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 480 kB
  • sloc: ansic: 1,695; perl: 863; sh: 6; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,383 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
27
28
29
30
31
Source: libxs-parse-keyword-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libextutils-cbuilder-perl,
               libextutils-cchecker-perl (>= 0.11),
               libmodule-build-perl,
               libtest-simple-perl <!nocheck>,
               perl-xs-dev,
               perl:native
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxs-parse-keyword-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxs-parse-keyword-perl.git
Homepage: https://metacpan.org/release/XS-Parse-Keyword
Rules-Requires-Root: no

Package: libxs-parse-keyword-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: XS functions to assist in parsing keyword syntax
 XS::Parse::Keywords provides some XS functions to assist in writing syntax
 modules that provide new perl-visible syntax, primarily for authors of
 keyword plugins using the PL_keyword_plugin hook mechanism. It is unlikely to
 be of much use to anyone else; and highly unlikely to be any use when writing
 perl code using these. Unless you are writing a keyword plugin using XS, this
 module is not for you.