summaryrefslogtreecommitdiff
blob: ce0fcf336e7f3df180f4b659ddc4e962a4c69dc9 (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
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>3dprint@gentoo.org</email>
		<name>Gentoo 3D Printer Project</name>
	</maintainer>
	<maintainer type="person">
		<email>alexxy@gentoo.org</email>
		<name>Alexey Shvetsov</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>
	<maintainer type="person" proxied="yes">
		<email>perlovka@gmail.com</email>
		<name>Michael Perlov</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>