mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-02-15 16:43:11 -05:00
17 lines
404 B
JSON
Executable File
17 lines
404 B
JSON
Executable File
{
|
|
"key": "process",
|
|
"name": "process",
|
|
"authors": [
|
|
"Merino Vidal", "Ilya Sokolov", "Felipe Tanus",
|
|
"Jeff Flinn", "Thomas Jarosch", "Boris Schaeling", "Klemens D. Morgenstern"
|
|
],
|
|
"maintainers": [
|
|
"Klemens D. Morgenstern <klemens.morgenstern -at- gmx.net>"
|
|
],
|
|
"description": "Library to create processes in a portable way.",
|
|
"category": [
|
|
"System"
|
|
],
|
|
"cxxstd": "11"
|
|
}
|