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-gpx-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic@xs4all.nl>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libdatetime-format-iso8601-perl,
libdatetime-perl,
libhtml-parser-perl,
libtest-pod-perl,
libtest-pod-coverage-perl,
libtest-xml-perl,
libxml-descent-perl,
perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgeo-gpx-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgeo-gpx-perl.git
Homepage: https://metacpan.org/release/Geo-Gpx
Package: libgeo-gpx-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libdatetime-format-iso8601-perl,
libdatetime-perl,
libhtml-parser-perl,
libxml-descent-perl
Description: Perl module for creating and parsing GPX files
The original goal of Geo::Gpx was to produce GPX/XML files which were
parseable by both GPX Spinner and EasyGPS. As of version 0.13 it has been
extended to support general parsing and generation of GPX data. Both GPX 1.0
and 1.1 are supported.
|