mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:39:07 +08:00
5dfe76c7ed
* update workflow to version 0.10.5 * add version * new option for static and dynamic linkage * Update version database * use variable to simplify code * Update version database * remove redundant quotes * Update version database Co-authored-by: jakedeng <jakedeng@tencent.com>
20 lines
399 B
JSON
20 lines
399 B
JSON
{
|
|
"name": "workflow",
|
|
"version": "0.10.5",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|