Files
gentoo/dev-lua/mediator_lua/metadata.xml
Conrad Kostecki 16fdc516b7 dev-lua/mediator_lua: migrate to lua eclass
Also adding tests.

Bug: https://bugs.gentoo.org/628758
Closes: https://bugs.gentoo.org/752663
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2020-11-28 17:16:37 +01:00

22 lines
724 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>williamh@gentoo.org</email>
<name>William Hubbs</name>
</maintainer>
<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>