diff options
author | Giuseppe Foti <foti.giuseppe@gmail.com> | 2023-08-23 09:40:51 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-08-23 10:49:17 +0200 |
commit | ca3e2c4f7d9c947c21ab6be1d5e7d073da93af55 (patch) | |
tree | b3c46698439b38b7c0e3a5644febadde8670b764 /net-libs/paho-mqtt-c/metadata.xml | |
parent | sys-fs/lvm2: add 2.03.22 (diff) | |
download | gentoo-ca3e2c4f7d9c947c21ab6be1d5e7d073da93af55.tar.gz gentoo-ca3e2c4f7d9c947c21ab6be1d5e7d073da93af55.tar.bz2 gentoo-ca3e2c4f7d9c947c21ab6be1d5e7d073da93af55.zip |
Rename {dev-libs → net-libs}/paho-mqtt-c
Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com>
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/32418
Diffstat (limited to 'net-libs/paho-mqtt-c/metadata.xml')
-rw-r--r-- | net-libs/paho-mqtt-c/metadata.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net-libs/paho-mqtt-c/metadata.xml b/net-libs/paho-mqtt-c/metadata.xml new file mode 100644 index 000000000000..b2e9b98f3ec3 --- /dev/null +++ b/net-libs/paho-mqtt-c/metadata.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/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> + <upstream> + <remote-id type="github">eclipse/paho.mqtt.c</remote-id> + </upstream> +</pkgmetadata> |