Source: libxs-parse-sublike-perl
Section: perl
Priority: optional
Maintainer: OpenKylin Developers  <packaging@list.openkylin.top>
Build-Depends: debhelper-compat (= 13),
               libextutils-cbuilder-perl,
               libmodule-build-perl,
               libtest-fatal-perl <!nocheck>,
               libtest-simple-perl <!nocheck>,
               perl-xs-dev,
               perl:native
Standards-Version: 4.6.0
Vcs-Browser: https://gitee.com/openkylin/libxs-parse-sublike-perl
Vcs-Git: https://gitee.com/openkylin/libxs-parse-sublike-perl.git
Homepage: https://metacpan.org/release/XS-Parse-Sublike
Rules-Requires-Root: no


Package: libxs-parse-sublike-perl
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: XS functions to assist in parsing sub-like syntax
 XS::Parse::Sublike provides some XS functions to assist in writing parsers
 for sub-like syntax, primarily for authors of keyword plugins using the
 PL_keyword_plugin hook mechanism. It is unlikely to be of much use to anyone
 else; and highly unlikely to be any use when writing perl code using these.
 Unless you are writing a keyword plugin using XS, this module is not for you.

