File: control

package info (click to toggle)
libgeo-hash-perl 0.02-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 92 kB
  • sloc: perl: 83; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,113 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
Source: libgeo-hash-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christophe Maudoux <chrmdx@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgeo-hash-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgeo-hash-perl.git
Homepage: https://metacpan.org/release/Geo-Hash
Rules-Requires-Root: no

Package: libgeo-hash-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Multi-Arch: foreign
Description: Perl module to encode / decode geohash.org locations
 Geohash is a latitude/longitude geocode system invented by Gustavo Niemeyer
 when writing the web service at geohash.org, and put into the public domain.
 .
 Geo::Hash encodes and decodes geohash locations.
 .
 See http://en.wikipedia.org/wiki/Geohash and http://geohash.org for more
 information.