Source: libgeo-spacemanager-perl
Maintainer: Slaven Rezic <slaven@rezic.de>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libtest-number-delta-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.6.0
Homepage: https://metacpan.org/release/Geo-SpaceManager
Rules-Requires-Root: no

Package: libgeo-spacemanager-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libtest-number-delta-perl,
         libtest-simple-perl
Description: Place rectangles without overlap
 Geo::SpaceManager keeps track of the free space available in a
 two-dimensional space as upright (non-rotated) rectangles are added. The
 module can find the nearest available location where a rectangle may be
 placed or indicate that the rectangle cannot be placed in any of the
 remaining free space.
 .
 Rectangles are specified by references to four-element arrays giving the
 boundaries of the rectangle:
 .
 [ left, bottom, right, top ]
 .
 Reflected boundary values may be used by swapping left <-> right and top <->
 bottom when specifying rectangles, but the return value of nearest() will
 return a value as shown above.
 .
 This description was automagically extracted from the module by dh-make-perl.
