File: control

package info (click to toggle)
golang-github-apache-arrow-go 18.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 32,200 kB
  • sloc: asm: 477,547; ansic: 5,369; cpp: 759; sh: 585; makefile: 319; python: 190; sed: 5
file content (37 lines) | stat: -rw-r--r-- 1,397 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
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: golang-github-apache-arrow-go
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-google-flatbuffers-dev,
 golang-github-stretchr-testify-dev,
 golang-golang-x-exp-dev,
 golang-golang-x-sys-dev,
 golang-golang-x-xerrors-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-apache-arrow-go
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-apache-arrow-go.git
Homepage: https://github.com/apache/arrow-go
XS-Go-Import-Path: github.com/apache/arrow-go/v18

Package: golang-github-apache-arrow-go-dev
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: toolbox for data interchange and in-memory analytics (Go library)
 Apache Arrow (https://arrow.apache.org) is a cross-language development
 platform for in-memory data. It specifies a standardized language-
 independent columnar memory format for flat and hierarchical data,
 organized for efficient analytic operations on modern hardware. It also
 provides computational libraries and zero-copy streaming messaging and
 inter-process communication.
 .
 This package contains the Go development library.