mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:09:01 +08:00
19 lines
343 B
JSON
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
|
|
}
|
|
]
|
|
}
|