File: control

package info (click to toggle)
r-cran-nanoarrow 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,352 kB
  • sloc: ansic: 15,946; cpp: 146; sh: 13; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,151 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
Source: r-cran-nanoarrow
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-nanoarrow
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-nanoarrow.git
Homepage: https://cran.r-project.org/package=nanoarrow
Standards-Version: 4.7.0
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev
Testsuite: autopkgtest-pkg-r

Package: r-cran-nanoarrow
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R interface to the 'nanoarrow' 'C' Library
 Provides an 'R' interface to the 'nanoarrow' 'C' library and the
 'Apache Arrow' application binary interface. Functions to import and
 export 'ArrowArray', 'ArrowSchema', and 'ArrowArrayStream' 'C' structures
 to and from 'R' objects are provided alongside helpers to facilitate zero-copy
 data transfer among 'R' bindings to libraries implementing the 'Arrow' 'C'
 data interface.