Source: libdata-optlist-perl
Section: perl
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (=13)
Build-Depends-Indep: libparams-util-perl <!nocheck>,
                     libsub-install-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Testsuite: autopkgtest-pkg-perl
Standards-Version: 4.6.0
Vcs-Browser: https://gitee.com/openkylin/libdata-optlist-perl
Vcs-Git: https://gitee.com/openkylin/libdata-optlist-perl.git
Homepage: https://metacpan.org/release/Data-OptList
Rules-Requires-Root: no

Package: libdata-optlist-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libparams-util-perl,
         libsub-install-perl
Description: module to parse and validate simple name/value option pairs
 Data::OptList is a Perl module useful for working with simple name-and-value
 option pairs. It assumes any defined scalar is a name and any reference after
 it is its value.
