blob: a77592d0130d9dbc5f396c13e2499faf48a3086a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
<description>co-maintainers welcome</description>
</maintainer>
<longdescription lang="en">Tools to run system processes in the background. It can
check if a background process is running; wait on a background process
to finish; get the exit status of finished processes; kill background
processes. It can read the standard output and error of the processes,
using non-blocking connections. 'processx' can poll a process for
standard output or error, with a timeout. It can also poll several
processes at once.</longdescription>
<upstream>
<maintainer>
<email>csardi.gabor@gmail.com</email>
<name>Gábor Csárdi</name>
</maintainer>
<bugs-to>https://github.com/r-lib/processx/issues</bugs-to>
</upstream>
<origin>gentoo-guru-overlay</origin>
</pkgmetadata>
|