vcpkg/ports/asyncplusplus/vcpkg.json
2022-12-02 09:06:16 -08:00

19 lines
343 B
JSON

{
"name": "asyncplusplus",
"version": "1.1",
"port-version": 2,
"description": "Async++ is a lightweight concurrency framework for C++11",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}