Source: libextutils-xsbuilder-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
 Ansgar Burchardt <ansgar@43-1.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/ExtUtils-XSBuilder/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libextutils-xsbuilder-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libextutils-xsbuilder-perl/

Package: libextutils-xsbuilder-perl
Architecture: all
Depends: ${misc:Depends}, libparse-recdescent-perl, libtie-ixhash-perl, ${perl:Depends}
Description: Automatic XS glue code generation
 ExtUtils::XSBuilder is a set of modules to parse C header files and
 create XS glue code and documentation from it.
 .
 Ideally this allows you to "write" an interface to a C library
 without coding a line.  Although this module automates much of the
 process, you must still be familiar with C and XS programming since no
 C API is ideal and usually some adjuments are necessary.  When the C
 API changes, most of the time you only have to rerun XSBuilder to get
 your new Perl API.

