mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 01:39:00 +08:00
20 lines
438 B
JSON
20 lines
438 B
JSON
{
|
|
"name": "tiny-process-library",
|
|
"version": "2.0.4",
|
|
"port-version": 3,
|
|
"description": "A small platform independent library to create and stop new processes in C++",
|
|
"homepage": "https://gitlab.com/eidheim/tiny-process-library/",
|
|
"license": "MIT",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|