Difference between revisions of "Reproc"

From Free Software Directory
Jump to: navigation, search
(Verified licensing and approved)
(etc.: add VCS clone shell command)
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
|Name=reproc
 
|Name=reproc
 
|Short description=A cross-platform (C99/C++11) process library
 
|Short description=A cross-platform (C99/C++11) process library
|Full description=reproc (Redirected Process) is a cross-platform C/C++ library that simplifies starting, stopping and communicating with external programs. The main use case is executing command line applications directly from C or C++ code and retrieving their output.
+
|Full description=What is reproc?
 +
 
 +
reproc (Redirected Process) is a cross-platform C/C++ library that simplifies starting, stopping and communicating with external programs. The main use case is executing command line applications directly from C or C++ code and retrieving their output.
  
 
reproc consists out of two libraries: reproc and reproc++. reproc is a C99 library that contains the actual code for working with external programs. reproc++ depends on reproc and adapts its API to an idiomatic C++11 API. It also adds a few extras that simplify working with external programs from C++.
 
reproc consists out of two libraries: reproc and reproc++. reproc is a C99 library that contains the actual code for working with external programs. reproc++ depends on reproc and adapts its API to an idiomatic C++11 API. It also adds a few extras that simplify working with external programs from C++.
 +
 +
Features
 +
 +
Start any program directly from C or C++ code.
 +
Communicate with a program via its standard streams.
 +
Wait for a program to exit or forcefully stop it yourself. When forcefully stopping a process you can either allow the process to clean up its resources or stop it immediately.
 +
The core library (reproc) is written in C99. An optional C++11 wrapper library (reproc++) with extra features is available for use in C++ applications.
 +
Multiple installation methods. Either build reproc as part of your project or use a system installed version of reproc.
 
|Homepage URL=https://github.com/DaanDeMeyer/reproc
 
|Homepage URL=https://github.com/DaanDeMeyer/reproc
 +
|Version download=https://github.com/DaanDeMeyer/reproc/archive/v14.0.0.tar.gz
 
|Is High Priority Project=No
 
|Is High Priority Project=No
|VCS checkout command=git clone https://github.com/DaanDeMeyer/reproc
+
|VCS checkout command=git clone https://github.com/DaanDeMeyer/reproc.git
 
|Decommissioned or Obsolete=No
 
|Decommissioned or Obsolete=No
 +
|Version identifier=14.0.0
 +
|Version date=2020/07/03
 +
|Version status=stable
 +
|Version comment=Renamed environment to env.
 +
 +
Added configurable behavior to env option. Extra environment variables are now added via env.extra. Extra environment variables now extend the parent environment by default instead of replacing it.
 +
|Last review by=Mertgor
 +
|Last review date=2020/08/21
 +
|Submitted by=Mertgor
 +
|Submitted date=2020/08/21
 +
|User level=intermediate
 
|Accepts cryptocurrency donations=No
 
|Accepts cryptocurrency donations=No
 
|Test entry=No
 
|Test entry=No
Line 14: Line 36:
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=Expat
+
|License=MIT
 
|License copyright=MIT License
 
|License copyright=MIT License
  
 
Copyright (c) Daan De Meyer
 
Copyright (c) Daan De Meyer
|License verified by=Craig Topham
+
|License verified by=Craig Topham, Mertgor
 
|License verified date=2020-08-21
 
|License verified date=2020-08-21
 +
|License note=https://github.com/DaanDeMeyer/reproc/blob/master/LICENSE
 +
}}
 +
{{Software category
 +
|Library=C, C++
 +
}}
 +
{{EntryGNU
 +
|Is GNU=No
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Source requirement
 +
|Prerequisite description=C
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Source requirement
 +
|Prerequisite description=C++
 +
}}
 +
{{Person
 +
|Real name=Daan De Meyer
 +
|Role=Copyright Holder
 +
}}
 +
{{Resource
 +
|Resource kind=Bug Tracking
 +
|Resource URL=https://github.com/DaanDeMeyer/reproc/issues
 +
}}
 +
{{Resource
 +
|Resource kind=Changelog
 +
|Resource URL=https://github.com/DaanDeMeyer/reproc/blob/main/CHANGELOG.md
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://github.com/DaanDeMeyer/reproc
 +
}}
 +
{{Resource
 +
|Resource audience=gitter channel
 +
|Resource kind=Support
 +
|Resource URL=https://gitter.im/reproc/Lobby
 +
}}
 +
{{EntryDetails
 +
|Is High Priority Project=No
 +
|VCS checkout command=git clone https://github.com/DaanDeMeyer/reproc.git
 +
|Decommissioned or Obsolete=No
 +
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 
}}
 
}}
{{Software category}}
 
 
{{Featured}}
 
{{Featured}}

Latest revision as of 14:42, 19 June 2021


[edit]

reproc

https://github.com/DaanDeMeyer/reproc
A cross-platform (C99/C++11) process library

What is reproc?

reproc (Redirected Process) is a cross-platform C/C++ library that simplifies starting, stopping and communicating with external programs. The main use case is executing command line applications directly from C or C++ code and retrieving their output.

reproc consists out of two libraries: reproc and reproc++. reproc is a C99 library that contains the actual code for working with external programs. reproc++ depends on reproc and adapts its API to an idiomatic C++11 API. It also adds a few extras that simplify working with external programs from C++.

Features

Start any program directly from C or C++ code. Communicate with a program via its standard streams. Wait for a program to exit or forcefully stop it yourself. When forcefully stopping a process you can either allow the process to clean up its resources or stop it immediately. The core library (reproc) is written in C99. An optional C++11 wrapper library (reproc++) with extra features is available for use in C++ applications. Multiple installation methods. Either build reproc as part of your project or use a system installed version of reproc.





Licensing

License

Verified by

Verified on

Notes

License

MIT

Verified by

Craig Topham, Mertgor

Verified on

21 August 2020




Leaders and contributors

Contact(s)Role
Daan De Meyer Copyright Holder


Resources and communication

AudienceResource typeURI
Changeloghttps://github.com/DaanDeMeyer/reproc/blob/main/CHANGELOG.md
Bug Trackinghttps://github.com/DaanDeMeyer/reproc/issues
gitter channelSupporthttps://gitter.im/reproc/Lobby
VCS Repository Webviewhttps://github.com/DaanDeMeyer/reproc


Software prerequisites

KindDescription
Source requirementC++
Source requirementC




Entry





"MIT" is not in the list (ACEL, AFL-3.0, AGPL-1.0, AGPL-1.0-or-later, AGPL-3.0, AGPL-3.0-or-later, AGPL-3.0-or-later-with-exception, AGPL-3.0-with-exception, AGPLv1orlater, AGPLv3, ...) of allowed values for the "License" property.










"Copyright Holder" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.








"gitter channel" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.



Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.








Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.