mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:59:00 +08:00
83cdde6707
* [reproc] Fix gcc 13 build error * Add comment
19 lines
360 B
JSON
19 lines
360 B
JSON
{
|
|
"name": "reproc",
|
|
"version": "14.2.4",
|
|
"port-version": 2,
|
|
"description": "Cross-platform (C99/C++11) process library",
|
|
"homepage": "https://github.com/DaanDeMeyer/reproc",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|