1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: libtree-r-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 4.1.2
Homepage: https://github.com/ajolma/Tree-R
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtree-r-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtree-r-perl.git
Package: libtree-r-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl extension for the R-tree data structure and algorithms
R-tree is a data structure for storing, indexing and efficiently
looking up non-zero-size spatial objects. This is a native Perl module
to manage an R-tree index implementation.
|