File: control

package info (click to toggle)
libgeo-coder-googlev3-perl 0.17-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: perl: 126; makefile: 4
file content (33 lines) | stat: -rw-r--r-- 1,376 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
Source: libgeo-coder-googlev3-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>,
           Angel Abad <angel@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libjson-xs-perl,
                     liburi-perl,
                     libwww-perl,
                     perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgeo-coder-googlev3-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgeo-coder-googlev3-perl.git
Homepage: https://metacpan.org/release/Geo-Coder-Googlev3

Package: libgeo-coder-googlev3-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libjson-xs-perl,
         liburi-perl,
         libwww-perl
Description: Perl module providing access to Google Maps v3 Geocoding API
 Geo::Coder::GoogleV3 is a Perl module that provides access to Google's
 Google Map API v3. Note that v3 does not require an apikey and the data
 structure returned is different than previous versions of the API.
 .
 Check https://developers.google.com/maps/documentation/geocoding/
 for more information about Google's Geocoding API and especially usage
 limits.