Source: liblayout-manager-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Angel Abad , Daniel Lintott 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).