mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-11 03:57:28 -08:00
18 lines
616 B
XML
18 lines
616 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>conikost@gentoo.org</email>
|
|
<name>Conrad Kostecki</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
mediator_lua allows you to subscribe and publish to a central object so
|
|
you can decouple function calls in your application. It's as simple as
|
|
mediator:subscribe("channel", function). Supports namespacing, predicates,
|
|
and more.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">Olivine-Labs/mediator_lua</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|