vcpkg/ports/workflow/vcpkg.json
DengJun 5dfe76c7ed
[workflow] update to the latest version 0.10.5 (#29060)
* 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>
2023-01-23 15:38:50 -08:00

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
}
]
}