summaryrefslogtreecommitdiff
blob: 777a4fbbb00a5a38030c01757ca9a1e5ba129663 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>3dprint@gentoo.org</email>
		<name>Gentoo 3D Printer Project</name>
	</maintainer>
	<maintainer type="project" proxied="proxy">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</maintainer>
	<maintainer type="person" proxied="yes">
		<email>mathy@vanvoorden.be</email>
		<name>Mathy Vanvoorden</name>
	</maintainer>
	<longdescription>
		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.
	</longdescription>
	<slots>
		<subslots>soname major version number</subslots>
	</slots>
	<upstream>
		<bugs-to>https://github.com/Ultimaker/libArcus/issues</bugs-to>
		<remote-id type="github">Ultimaker/libArcus</remote-id>
	</upstream>
</pkgmetadata>