libexecs 1.4-2 source package in Ubuntu

Changelog

libexecs (1.4-2) unstable; urgency=medium

  * Team upload.
  * Upload to unstable.

 -- Mattia Rizzolo <email address hidden>  Sat, 01 Jul 2023 10:27:25 +0200

Upload details

Uploaded by:
Debian VSquare Team
Uploaded to:
Sid
Original maintainer:
Debian VSquare Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
libexecs_1.4-2.dsc 2.1 KiB a7c978aa0d45476f3aed83aa50db6eb7c2f1fd958601c7f28f757cf45c12e7e4
libexecs_1.4.orig.tar.gz 20.6 KiB bcb4680560528db229c496c7f84710d3e8495ad1cc5281cc784bf0be4651823c
libexecs_1.4-2.debian.tar.xz 3.0 KiB d75f903f2eb39fb704df69ccd7158db9b288f72664c356347301e301e25f83cb

Available diffs

No changes file available.

Binary packages built by this source

libexecs-dev: C library for commands execution - development files

 s2argv converts a command string into an argv array for execv, execvp,
 execvpe. execs is like execv taking a string instead of an argv.
 Similarly execsp and execspe are the counterpart of execvp and execvpe,
 respectively, using command strings.
 coprocv, coprocvp, coprocvpe, coprocs, coprocsp execute a command in
 coprocessing mode.
 The following functions all work without using a shell:
 esystem, system_eexecsp execute a command with its arguments from a string.
 popen_nosh, popen_execsp and pclose_nosh pipe stream to or from a process.
 system_nosh executes a command with its arguments from a string.
 .
 This package contains the necessary headers and shared object files needed to
 develop applications using libexecs.

libexecs-embedded1: C library for commands execution - low memory footprint

 s2argv converts a command string into an argv array for execv, execvp,
 execvpe. execs is like execv taking a string instead of an argv.
 Similarly execsp and execspe are the counterpart of execvp and execvpe,
 respectively, using command strings.
 esystem, system_eexecsp execute a command with its arguments from a string
 without using a shell.
 .
 This is the reduced memory footprint version of libexecs for embedded systems,
 it contains a minimal subset of the functionalities available in the
 main package, in particular the coproc* family of functions,
 system_nosh and popen_nosh are excluded (see the man pages for more info).

libexecs-embedded1-dbgsym: debug symbols for libexecs-embedded1
libexecs1: C library for commands execution

 s2argv converts a command string into an argv array for execv, execvp,
 execvpe. execs is like execv taking a string instead of an argv.
 Similarly execsp and execspe are the counterpart of execvp and execvpe,
 respectively, using command strings.
 coprocv, coprocvp, coprocvpe, coprocs, coprocsp execute a command in
 coprocessing mode.
 The following functions all work without using a shell:
 esystem, system_eexecsp execute a command with its arguments from a string.
 popen_nosh, popen_execsp and pclose_nosh pipe stream to or from a process.
 system_nosh executes a command with its arguments from a string.

libexecs1-dbgsym: debug symbols for libexecs1