File: control

package info (click to toggle)
libgeo-coordinates-itm-perl 0.02-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 96 kB
  • sloc: perl: 298; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,129 bytes parent folder | download | duplicates (2)
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
Source: libgeo-coordinates-itm-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libtest-number-delta-perl,
                     libtest-pod-perl,
                     libtest-pod-coverage-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgeo-coordinates-itm-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgeo-coordinates-itm-perl.git
Homepage: https://metacpan.org/release/Geo-Coordinates-ITM

Package: libgeo-coordinates-itm-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libtest-number-delta-perl
Description: conversion module between lat/lon and Irish Transverse Mercator
 Geo::Coordinates::ITM converts back and forth between Irish Transverse
 Mercator grid and WGS84.
 .
 Nothing is exported by default. The exportable functions are ll_to_grid and
 grid_to_ll.