mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 07:29:11 +08:00
b6b6a8b630
* update to 14.2.3 * remove trailing whitespace * update HEAD_REF * update deprecated functions * quote paths * update versioning * update baseline * update versioning * Use version rather than version-string. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
18 lines
339 B
JSON
18 lines
339 B
JSON
{
|
|
"name": "reproc",
|
|
"version": "14.2.3",
|
|
"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
|
|
}
|
|
]
|
|
}
|