File: control

package info (click to toggle)
liblayout-manager-perl 0.35-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 368 kB
  • ctags: 143
  • sloc: perl: 1,977; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,469 bytes parent folder | download | duplicates (2)
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
Source: liblayout-manager-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
           Angel Abad <angel@debian.org>,
           Daniel Lintott <daniel@serverb.co.uk>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libgeometry-primitive-perl,
                     libgraphics-primitive-perl,
                     libmoose-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblayout-manager-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/liblayout-manager-perl.git
Homepage: https://metacpan.org/release/Layout-Manager
Testsuite: autopkgtest-pkg-perl

Package: liblayout-manager-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libgeometry-primitive-perl,
         libgraphics-primitive-perl,
         libmoose-perl
Description: module for managing layout of graphical components
 Layout::Manager is a Perl module that provides a framework for working with
 layout managers, which are classes that determine the size and position of
 arbitrary components within a container. A few managers are provided for
 reference purposes, but this module is intended to serve as a basis for other
 implementations.
 .
 This module uses Graphics::Primitive::Container as a source of its components
 (see libgraphics-primitive-perl for details).