File: control

package info (click to toggle)
hexagonrpc 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 404 kB
  • sloc: ansic: 3,083; sh: 36; makefile: 6
file content (61 lines) | stat: -rw-r--r-- 2,302 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Source: hexagonrpc
Section: otherosfs
Priority: optional
Maintainer: DebianOnMobile Maintainers <debian-on-mobile-maintainers@alioth-lists.debian.net>
Uploaders: Alexandre Viard <xela@viard.dev>,
           Arnaud Ferraris <aferraris@debian.org>,
Build-Depends: debhelper-compat (= 13),
               meson
Standards-Version: 4.7.2
Homepage: https://github.com/linux-msm/hexagonrpc
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/DebianOnMobile-team/hexagonrpc.git
Vcs-Browser: https://salsa.debian.org/DebianOnMobile-team/hexagonrpc

Package: hexagonrpcd
Architecture: amd64 armhf arm64
Multi-Arch: foreign
Depends: adduser,
         udev,
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: droid-juicer
Description: Daemon to communicate with Qualcomm DSPs
 Qualcomm processors include Digital Signal Processors (DSP) which can be
 accessed from Linux using the FastRPC protocol. This protocol is used to:
  * serve remote files to the DSPs
  * call functions to offload work to the DSPs
 .
 This package contains hexagonrpcd, a daemon used to communicate with the
 Context Hub Runtime Environment (a DSP program that manages sensors) using
 the FastRPC protocol.

Package: libhexagonrpc0.4
Section: libs
Architecture: amd64 armhf arm64
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Implementation of the FastRPC procotol -- shared library
 Qualcomm processors include Digital Signal Processors (DSP) which can be
 accessed from Linux using the FastRPC protocol. This protocol is used to:
  * serve remote files to the DSPs
  * call functions to offload work to the DSPs
 .
 This package contains the shared library implementing the FastRPC
 protocol.

Package: libhexagonrpc-dev
Section: libdevel
Architecture: amd64 armhf arm64
Multi-Arch: same
Depends: ${misc:Depends},
         libhexagonrpc0.4 (= ${binary:Version})
Description: Implementation of the FastRPC procotol -- development files
 Qualcomm processors include Digital Signal Processors (DSP) which can be
 accessed from Linux using the FastRPC protocol. This protocol is used to:
  * serve remote files to the DSPs
  * call functions to offload work to the DSPs
 .
 This package contains the development files for libhexagonrpc, a library
 implementing the FastRPC protocol.