gentoo-ebuilds/dev-perl/IO-FDPass/metadata.xml
Philipp Rösner ce47e952e1
dev-perl/IO-FDPass: new package, add 1.3
Signed-off-by: Philipp Rösner <rndxelement@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42427
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-05 17:06:54 +01:00

23 lines
890 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>rndxelement@protonmail.com</email>
<name>Philipp Rösner</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<remote-id type="cpan">IO-FDPass</remote-id>
<remote-id type="cpan-module">IO::FDPass</remote-id>
</upstream>
<longdescription lang="en">
This small low-level module only has one purpose: pass a file
descriptor to another process, using a (streaming) unix domain
socket (on POSIX systems) or any (streaming) socket (on WIN32 systems).
The ability to pass file descriptors on windows is currently the
unique selling point of this module.
</longdescription>
</pkgmetadata>