vcpkg/ports/workflow/vcpkg.json

19 lines
378 B
JSON
Raw Normal View History

{
"name": "workflow",
"version": "0.10.9",
"description": "About C++ Parallel Computing and Asynchronous Networking Engine",
"homepage": "https://github.com/sogou/workflow",
"license": "Apache-2.0",
"dependencies": [
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}