File: control

package info (click to toggle)
libarcus 3.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 368 kB
  • sloc: cpp: 1,697; python: 98; makefile: 6; sh: 1
file content (49 lines) | stat: -rw-r--r-- 2,238 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
Source: libarcus
Priority: optional
Maintainer: Debian 3-D Printing Packages <3dprinter-general@lists.alioth.debian.org>
Uploaders: Gregor Riepl <onitake@gmail.com>
Build-Depends: debhelper (>=10.2.1), cmake (>=2.8.12), dh-python,
 libprotobuf-dev (>=3.0.0), libprotoc-dev (>=3.0.0), protobuf-compiler (>=3.0.0),
 python3-dev,
 python3-sip-dev (>> 4.19.12+dfsg-1) | python3-sip-dev (<< 4.19.11+dfsg-1)
Standards-Version: 4.1.4
Section: libs
X-Python3-Version: >= 3.5
Homepage: https://github.com/Ultimaker/libArcus
Vcs-Browser: https://salsa.debian.org/3dprinting-team/libarcus
Vcs-Git: https://salsa.debian.org/3dprinting-team/libarcus.git

Package: libarcus3
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: message queue for Cura based on protobuf (shared library)
 This library contains C++ code and Python3 bindings for creating a socket
 in a thread and using this socket to send and receive messages based on
 the Protocol Buffers library. It is designed to facilitate the communication
 between Cura and its backend and similar code.
 This package contains the shared library.

Package: libarcus-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libarcus3 (= ${binary:Version}), ${misc:Depends}
Description: message queue for Cura based on protobuf (development files)
 This library contains C++ code and Python3 bindings for creating a socket
 in a thread and using this socket to send and receive messages based on
 the Protocol Buffers library. It is designed to facilitate the communication
 between Cura and its backend and similar code.
 This package contains C++ headers and other development files.

Package: python3-arcus
Section: python
Architecture: any
Multi-Arch: same
Depends: libarcus3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Description: message queue for Cura based on protobuf (Python bindings)
 This library contains C++ code and Python3 bindings for creating a socket
 in a thread and using this socket to send and receive messages based on
 the Protocol Buffers library. It is designed to facilitate the communication
 between Cura and its backend and similar code.
 This package contains the Python 3 bindings.