mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
18 lines
339 B
JSON
18 lines
339 B
JSON
{
|
|
"name": "reproc",
|
|
"version": "14.2.5",
|
|
"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
|
|
}
|
|
]
|
|
}
|