Packages

A Gleam MQTT 3.1.1 client for the Erlang runtime.

Current section

Files

Jump to
spoke_mqtt_actor src spoke_mqtt_actor.app.src
Raw

src/spoke_mqtt_actor.app.src

{application, spoke_mqtt_actor, [
{vsn, "1.0.0"},
{applications, [drift,
drift_actor,
gleam_erlang,
gleam_otp,
gleam_stdlib,
spoke_core,
spoke_mqtt]},
{description, "A Gleam MQTT 3.1.1 client for the Erlang runtime."},
{modules, [spoke@mqtt_actor,
spoke_mqtt_actor@@main]},
{registered, []}
]}.