Source: libextutils-builder-perl
Maintainer: root <root@>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libextutils-config-perl (>= 0.009) <!nocheck>,
                     libextutils-helpers-perl (>= 0.027) <!nocheck>,
                     libscalar-list-utils-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.7.2
Homepage: https://metacpan.org/release/ExtUtils-Builder
Rules-Requires-Root: no

Package: libextutils-builder-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libextutils-config-perl (>= 0.009),
         libextutils-helpers-perl (>= 0.027),
         libscalar-list-utils-perl
Description: abstract representation of build processes
 Writing extensions for various build tools can be a daunting task.
 ExtUtils::Builder tries to abstract steps of build processes into reusable
 building blocks for creating platform and build system agnostic executable
 descriptions of work. This allows producing and consuming sides to be
 completely independent from each other.
 .
 These build steps can be used directly (e.g. Dist::Build) or be converted
 into Makefile.
 .
 This description was automagically extracted from the module by dh-make-perl.
