Added new version of libextutils-parsexs-perl
[pkg-perl] / deb-src / libextutils-parsexs-perl / libextutils-parsexs-perl-2.220200 / debian / control
1 Source: libextutils-parsexs-perl
2 Section: perl
3 Priority: optional
4 Build-Depends: debhelper7
5 Build-Depends-Indep: perl, libextutils-cbuilder-perl
6 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
7 Uploaders: AGOSTINI Yves <agostini@univ-metz.fr>,
8  Jonathan Yu <jawnsy@cpan.org>, Damyan Ivanov <dmn@debian.org>
9 Standards-Version: 3.8.4
10 Homepage: http://search.cpan.org/dist/ExtUtils-ParseXS/
11 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libextutils-parsexs-perl/
12 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libextutils-parsexs-perl/
13
14 Package: libextutils-parsexs-perl
15 Architecture: all
16 Depends: ${perl:Depends}, ${misc:Depends}, libextutils-cbuilder-perl
17 Description: Perl utility to process Perl XS code into C code
18  ExtUtils::ParseXS provides a modular way of compiling Perl XS code into the
19  appropriate C code by embedding the constructs necessary to let C functions
20  manipulate Perl values and creating the glue necessary to let Perl access
21  those functions. It is functionally similar to the "xsubpp" program included
22  with perl and in fact provides a drop-in replacement for it.