File: control

package info (click to toggle)
libarcus 5.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 448 kB
  • sloc: cpp: 1,606; python: 128; makefile: 8
file content (65 lines) | stat: -rw-r--r-- 2,203 bytes parent folder | download | duplicates (2)
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
62
63
64
65
Source: libarcus
Priority: optional
Maintainer: Debian 3-D Printing Packages <3dprinter-general@lists.alioth.debian.org>
Uploaders:
 Gregor Riepl <onitake@gmail.com>,
 Christoph Berg <myon@debian.org>,
Build-Depends:
 cmake,
 debhelper-compat (= 13),
 dh-python,
 libprotobuf-dev,
 libprotoc-dev,
 protobuf-compiler,
 python3-all-dev,
 python3-sipbuild,
 sip-tools,
Standards-Version: 4.6.0
Section: libs
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: libarcus5
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs: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:
 libarcus5 (= ${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:
 libarcus5 (= ${binary:Version}),
 python3-pyqt6,
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs: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.