File: control

package info (click to toggle)
libobject-pad-perl 0.78-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 780 kB
  • sloc: perl: 2,808; ansic: 2,545; pascal: 34; makefile: 3
file content (45 lines) | stat: -rw-r--r-- 1,933 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Source: libobject-pad-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Jonas Smedegaard <dr@jones.dk>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
# don't add
#               libfuture-perl <!nocheck>,
#               libfuture-asyncawait-perl <!nocheck>,
# otherwise we have a circular build dependency
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 (>= 0.29),
               libxs-parse-sublike-perl (>= 0.15),
               perl-xs-dev,
               perl:native
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libobject-pad-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/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 (>= 0.29),
         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.