Difference between revisions of "Reproc"

From Free Software Directory
Jump to: navigation, search
(general info, licenses, person info, categories, software prerequisites update, needs approval)
(license: change expat to mit)
Line 16: Line 16:
 
Multiple installation methods. Either build reproc as part of your project or use a system installed version of reproc.
 
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.git
 
|VCS checkout command=git clone https://github.com/DaanDeMeyer/reproc.git
Line 22: Line 23:
 
|Version date=2020/07/03
 
|Version date=2020/07/03
 
|Version status=stable
 
|Version status=stable
|Version download=https://github.com/DaanDeMeyer/reproc/archive/v14.0.0.tar.gz
 
 
|Version comment=Renamed environment to env.
 
|Version comment=Renamed environment to env.
  
Line 36: Line 36:
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=Expat
+
|License=MIT
 
|License copyright=MIT License
 
|License copyright=MIT License
  
Line 43: Line 43:
 
|License verified date=2020-08-21
 
|License verified date=2020-08-21
 
|License note=https://github.com/DaanDeMeyer/reproc/blob/master/LICENSE
 
|License note=https://github.com/DaanDeMeyer/reproc/blob/master/LICENSE
}}
 
{{Person
 
|Real name=Daan De Meyer
 
|Role=Copyright Holder
 
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Library=C, C++
 
|Library=C, C++
 +
}}
 +
{{EntryGNU
 +
|Is GNU=No
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
Line 58: Line 57:
 
|Prerequisite kind=Source requirement
 
|Prerequisite kind=Source requirement
 
|Prerequisite description=C++
 
|Prerequisite description=C++
 +
}}
 +
{{Person
 +
|Real name=Daan De Meyer
 +
|Role=Copyright Holder
 +
}}
 +
{{EntryDetails
 +
|Is High Priority Project=No
 +
|Decommissioned or Obsolete=No
 +
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 14:23, 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.



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.