File: control

package info (click to toggle)
libgeo-distance-xs-perl 0.13-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 256 kB
  • ctags: 763
  • sloc: ansic: 3,222; perl: 134; makefile: 11
file content (36 lines) | stat: -rw-r--r-- 1,607 bytes parent folder | download
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
35
36
Source: libgeo-distance-xs-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 devscripts,
 perl,
 debhelper,
 dh-buildinfo,
 libgeo-distance-perl,
 perl (>= 5.10.1) | libtest-simple-perl (>= 0.82)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgeo-distance-xs-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgeo-distance-xs-perl.git
Homepage: http://search.cpan.org/dist/Geo-Distance-XS/

Package: libgeo-distance-xs-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, ${cdbs:Depends}
Recommends: ${cdbs:Recommends}
Description: calculate distances and closest locations (XS version)
 Geo::Distance is a Perl library aiming to provide as many tools to make
 it as simple as possible to calculate distances between geographic
 points, and anything that can be derived from that. Currently there is
 support for finding the closest locations within a specified distance,
 to find the closest number of points to a specified point, and to do
 basic point-to-point distance calculations.
 .
 NB! The alternative GIS::Distance module is being worked on as a
 replacement for this module. In the near future Geo::Distance will
 become a lightweight wrapper around GIS::Distance so that legacy code
 benefits from fixes to GIS::Distance through the old Geo::Distance API.
 For any new development it is recommended to try use GIS::Distance.
 .
 This package provides the faster XS implementation.