aboutsummaryrefslogtreecommitdiffstats
path: root/devel/subprocess.h/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/subprocess.h/pkg-descr')
-rw-r--r--devel/subprocess.h/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/subprocess.h/pkg-descr b/devel/subprocess.h/pkg-descr
new file mode 100644
index 000000000000..d9572cac5890
--- /dev/null
+++ b/devel/subprocess.h/pkg-descr
@@ -0,0 +1,8 @@
+subprocess.h is a single header solution for launching and interacting
+with child processes in C and C++.
+
+It provides a simple and modern C++ API for executing external commands,
+redirecting I/O, and managing process lifecycle.
+
+This library aims to be a cross-platform solution for process management,
+offering an easy-to-use alternative to platform-specific APIs.