mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 23:19:14 +02:00
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>
25 lines
1 KiB
XML
25 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>
|
|
The NDK is an NGINX module that is designed to extend the core functionality of the
|
|
excellent NGINX webserver in a way that can be used as a basis of other NGINX modules.
|
|
|
|
It has functions and macros to deal with generic tasks that don't currently have generic
|
|
code as part of the core distribution. The NDK itself adds few features that are seen from a
|
|
user's point of view - it's just designed to help reduce the code that NGINX module
|
|
developers need to write.
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/vision5/ngx_devel_kit/issues</bugs-to>
|
|
<remote-id type="github">vision5/ngx_devel_kit</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|