Source: libgis-distance-fast-perl
Maintainer: Slaven Rezic <slaven@rezic.de>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libgis-distance-perl <!nocheck>,
               libmodule-build-tiny-perl,
               libnamespace-clean-perl <!nocheck>,
               libstrictures-perl <!nocheck>,
               libtest2-suite-perl <!nocheck>,
               perl-xs-dev,
               perl:native
Standards-Version: 4.6.0
Homepage: https://metacpan.org/release/GIS-Distance-Fast
Rules-Requires-Root: no

Package: libgis-distance-fast-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libgis-distance-perl,
         libnamespace-clean-perl,
         libstrictures-perl
Description: C implementation of GIS::Distance formulas.
 This distribution re-implements some, but not all, of the formulas that come
 with GIS::Distance in the C programming language. C code is generally much
 faster than the Perl equivalent.
 .
 See GIS::Distance/SPEED for some benchmarking and how to run your own
 benchmarks.
 .
 GIS::Distance::Fast need not be used directly. GIS::Distance will
 automatically use the GIS::Distance::Fast::* formulas when installed.
 .
 This description was automagically extracted from the module by dh-make-perl.
