blob: b234e07b38bea84b2f8c2672726bebe03c0787ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>foti.giuseppe@gmail.com</email>
<name>Giuseppe Foti</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<use>
<flag name="high-performance">
The debugging aids internal tracing and heap tracking are not included
</flag>
</use>
<longdescription lang="en">
These libraries enable applications to connect to an MQTT broker to publish messages, and to subscribe to topics and receive published messages.
</longdescription>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|