diff options
author | Wayne Cuddy <wcuddyATgmailDOTcom> | 2022-06-17 21:25:46 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-18 09:09:59 +0700 |
commit | 0624b75ffa2613db25555552beaf4263ae646189 (patch) | |
tree | e1057aa0c608dc4613916eae7a20ac1c3ed6f33b /network/paho-mqtt-c/slack-desc | |
parent | 88b5b009b0a8fcd0bc382fba00c3a26b00234e8b (diff) |
network/paho-mqtt-c: Added (C MQTT Client Library)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/paho-mqtt-c/slack-desc')
-rw-r--r-- | network/paho-mqtt-c/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/network/paho-mqtt-c/slack-desc b/network/paho-mqtt-c/slack-desc new file mode 100644 index 0000000000000..b70ffe008bdaf --- /dev/null +++ b/network/paho-mqtt-c/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +paho-mqtt-c: paho-mqtt-c (C MQTT Client Library) +paho-mqtt-c: +paho-mqtt-c: This code builds libraries which enable applications to connect to an +paho-mqtt-c: MQTT broker to publish messages, and to subscribe to topics and +paho-mqtt-c: receive published messages. +paho-mqtt-c: +paho-mqtt-c: Synchronous and various asynchronous programming models are +paho-mqtt-c: supported. +paho-mqtt-c: +paho-mqtt-c: https://github.com/eclipse/paho.mqtt.c +paho-mqtt-c: |