gentoo-ebuilds/www-nginx/ngx-memc/metadata.xml
Zurab Kvachadze 9971de6b8b
www-nginx/ngx-memc: new package, add 0.20
ngx-memc[1] is an "extended version of the standard memcached module
that supports set, add, delete, and many more memcached commands".

[1]: https://github.com/openresty/memc-nginx-module/

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:07 +01:00

27 lines
1 KiB
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>
ngx-memc is an extended version of the standard NGINX memcached module that supports set,
add, delete, and many more memcached commands.
This module extends the standard memcached module to support almost the whole memcached
ASCII protocol.
The module allows to define a custom REST interface to a memcached servers or to access
memcached in a very efficient way from within the NGINX server by means of subrequests or
independent fake requests.
</longdescription>
<upstream>
<bugs-to>https://github.com/openresty/memc-nginx-module/issues</bugs-to>
<remote-id type="github">openresty/memc-nginx-module</remote-id>
</upstream>
</pkgmetadata>