blob: 90c3ba1f204b264dbc260276b5f5efc03da73a56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?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>
|