Source: libobject-pad-perl
Section: perl
Priority: optional
Maintainer: Openkylin Developers <packaging@lists.openkylin.top>
Testsuite: autopkgtest-pkg-perl
Build-Depends: debhelper-compat (=13), 
               libextutils-cbuilder-perl,
               libindirect-perl <!nocheck>,
               libmodule-build-perl,
               libsyntax-keyword-dynamically-perl <!nocheck>,
               libtest-fatal-perl <!nocheck>,
               libtest-refcount-perl <!nocheck>,
               libtest-simple-perl <!nocheck>,
               libxs-parse-keyword-perl,
               libxs-parse-sublike-perl (>= 0.15),
               perl-xs-dev,
               perl:native
Standards-Version: 4.6.1
Vcs-Browser: https://gitee.com/openkylin/libobject-pad-perl
Vcs-Git: https://gitee.com/openkylin/libobject-pad-perl.git
Homepage: https://metacpan.org/release/Object-Pad
Rules-Requires-Root: no

Package: libobject-pad-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libindirect-perl,
         libxs-parse-keyword-perl,
         libxs-parse-sublike-perl (>= 0.15)
Description: module providing a simple syntax for lexical field-based objects
 Object::Pad provides a simple syntax for creating object classes, which uses
 private variables that look like lexicals as object member fields.
 .
 Classes are automatically provided with a constructor method, called new,
 which helps create the object instances. This may respond to passed
 arguments, automatically assigning values of fields, and invoking other
 blocks of code provided by the class.
