Package lua5.4-module-mediator_lua: Information
Source package: lua5.4-module-mediator_lua
Version: 1.1.2-alt2_lr0
Build time: Aug 5, 2025, 08:39 AM in the task #391133
Category: Development/Other
Report package bugHome page: https://olivinelabs.com/mediator_lua/
License: MIT
Summary: Mediator pattern implementation for pub-sub management
Description:
Mediator_lua is a simple class that allows you to listen to events by
subscribing to and sending data to channels. Its purpose is to help you
decouple code where you might otherwise have functions calling
functions calling functions, and instead simply call
mediator.publish("chat", { message = "hi" })Maintainer: Sergey Zhidkih
Last changed
July 29, 2025 Sergey Zhidkih 1.1.2-alt2_lr0
- Enable tests.
April 8, 2025 Sergey Zhidkih 1.1.2-alt1_lr0
- First build for alt.