File: control

package info (click to toggle)
golang-github-tidwall-rtree 0.0~git20180113.6cd4270-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,013 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
Source: golang-github-tidwall-rtree
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Andreas Henriksson <andreas@fatal.se>
Build-Depends: debhelper-compat (= 13),
	       dh-golang,
               golang-any,
	       golang-github-tidwall-tinyqueue-dev
Standards-Version: 4.2.1
Homepage: https://github.com/tidwall/rtree
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-tidwall-rtree
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-tidwall-rtree.git
XS-Go-Import-Path: github.com/tidwall/rtree
Testsuite: autopkgtest-pkg-go

Package: golang-github-tidwall-rtree-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-tidwall-tinyqueue-dev
Description: RTree implementation for Go
 This package provides an in-memory R-Tree implementation for Go, useful
 as a spatial data structure. It has support for 1-20 dimensions, and
 can store and search multidimensions interchangably in the same tree.