gentoo-ebuilds/dev-lua/lua-resty-mysql/metadata.xml
Zurab Kvachadze e968890b2a
dev-lua/lua-resty-mysql: new package, add 0.27
lua-resty-mysql[1] is a "nonblocking Lua MySQL driver library for
ngx_lua".

[1]: https://github.com/openresty/lua-resty-mysql

Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/37590
Signed-off-by: Sam James <sam@gentoo.org>
2025-07-05 08:27:02 +01:00

22 lines
796 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>zurabid2016@gmail.com</email>
<name>Zurab Kvachadze</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription>
This Lua library is a MySQL client driver for the ngx-lua-module NGINX module.
lua-resty-mysql takes advantage of ngx-lua-module's cosocket API, which ensures 100%
nonblocking behavior.
</longdescription>
<upstream>
<bugs-to>https://github.com/openresty/lua-resty-mysql/issues</bugs-to>
<remote-id type="github">openresty/lua-resty-mysql</remote-id>
</upstream>
</pkgmetadata>