kumquat-buildroot/package/lua-mqtt/Config.in
Francois Perrad c4fa02ee63 package/lua-mqtt: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-11-22 23:28:06 +01:00

12 lines
287 B
Plaintext

config BR2_PACKAGE_LUA_MQTT
bool "lua-mqtt"
depends on BR2_PACKAGE_LUA_5_3 || BR2_PACKAGE_LUA_5_4
help
client library for MQTT 3.1.1 & 5.
https://fperrad.frama.io/lua-mqtt
comment "lua-mqtt needs a Lua >= 5.3"
depends on !BR2_PACKAGE_LUA_5_3
depends on !BR2_PACKAGE_LUA_5_4