1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libgeo-wkt-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libtest-simple-perl <!nocheck>,
libmodule-install-perl <!nocheck>,
perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgeo-wkt-simple-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgeo-wkt-simple-perl.git
Homepage: https://metacpan.org/release/Geo-WKT-Simple
Rules-Requires-Root: no
Package: libgeo-wkt-simple-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: Simple utils to parse/build Well Known Text(WKT) format string.
This module can parse/build WKT format string into/from pure Perl data
structure. It is simpler than Geo::WKT and does not depend on the Proj
library, and even support MULTI(LINE|STRING|POLYGON) objects.
|