Packages
A Gleam MQTT 3.1.1 client for the Erlang runtime.
Retired package: Deprecated - Use spoke_mqtt_actor for equivalent functionality
Current section
Files
Jump to
Current section
Files
gleam.toml
name = "spoke"
version = "1.0.1"
description = "A Gleam MQTT 3.1.1 client for the Erlang runtime."
licences = ["Apache-2.0"]
repository = { type = "github", user = "sbergen", repo = "spoke" }
[dependencies]
gleam_stdlib = ">= 0.43.0 and < 2.0.0"
gleam_erlang = ">= 0.28.0 and < 1.0.0"
gleam_otp = ">= 0.13.0 and < 1.0.0"
gleam_json = ">= 2.3.0 and < 3.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
glisten = ">= 7.0.0 and < 8.0.0"
checkmark = ">= 1.0.0 and < 2.0.0"
qcheck = ">= 0.0.6 and < 1.0.0"
spoke_tcp = { path = "../spoke_tcp" }