Debian lenny version packages
[pkg-perl] / deb-src / libextutils-parsexs-perl / libextutils-parsexs-perl-2.19 / debian / control
1 Source: libextutils-parsexs-perl
2 Section: perl
3 Priority: optional
4 Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl
5 Build-Depends-Indep: perl (>= 5.8.0-7), libextutils-cbuilder-perl
6 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
7 Uploaders: Florian Ragwitz <rafl@debian.org>,
8  AGOSTINI Yves <agostini@univ-metz.fr>
9 Standards-Version: 3.8.0
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/wsvn/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: convert Perl XS code into C code
18  ExtUtils::ParseXS will compile XS code into C code by embedding the
19  constructs necessary to let C functions manipulate Perl values, and
20  creates the glue necessary to let Perl access those functions.
21  .
22  This is all the same functionality as the "xsubpp" program included
23  with perl -- and in fact there's an "xsubpp" replacement script
24  included in this package -- but this package's modular interface may
25  be more convenient for some purposes.