diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-12 21:03:09 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-12 21:03:09 +0000 |
| commit | d97953e6ff67978da9554e7b4601aedceb21e215 (patch) | |
| tree | 674053c902db6972b9716c9ac3b1e960ee7a5358 /dev-R/processx/metadata.xml | |
| parent | 1d1fa5bb30df70070bbbbd2b777b839d31f09c41 (diff) | |
| download | baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.gz baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.xz baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.zip | |
Adding metadata
Diffstat (limited to 'dev-R/processx/metadata.xml')
| -rw-r--r-- | dev-R/processx/metadata.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-R/processx/metadata.xml b/dev-R/processx/metadata.xml new file mode 100644 index 000000000000..6e6f1f3eda6a --- /dev/null +++ b/dev-R/processx/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <description>co-maintainers welcome</description> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + </maintainer> + <longdescription lang="en"> + Execute and Control System Processes // 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> +</pkgmetadata> |
