File: control

package info (click to toggle)
lua-mediator 1.1.2-0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 96 kB
  • ctags: 39
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 770 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: lua-mediator
Section: interpreters
Priority: optional
Maintainer: Jason Pleau <jason@jpleau.ca>
Build-Depends: debhelper (>= 9), dh-lua
Standards-Version: 3.9.7
Homepage: https://github.com/Olivine-Labs/mediator_lua
Vcs-Git: git://anonscm.debian.org/pkg-lua/lua-mediator.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lua/lua-mediator.git

Package: lua-mediator
Architecture: all
Depends: ${misc:Depends}
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: Mediator pattern implementation in Lua
 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.