Source: libmath-geometry-voronoi-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Build-Depends: debhelper (>= 9.20120312),
 libclass-accessor-perl,
 libparams-validate-perl,
 perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-geometry-voronoi-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libmath-geometry-voronoi-perl.git
Homepage: http://search.cpan.org/dist/Math-Geometry-Voronoi/

Package: libmath-geometry-voronoi-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
 libclass-accessor-perl,
 libparams-validate-perl
Description: Perl module to compute Voronoi diagrams from sets of points
 Math::Geometry::Voronoi computes Voronoi diagrams from a set of input points.
 This module is a wrapper around a C implementation by Steve Fortune, the
 inventor of the algorithm used (Fortune's algorithm), that was further
 modified by Derek Bradley.
 .
 Info on Voronoi diagrams can be found here:
 .
     http://en.wikipedia.org/wiki/Voronoi_diagram
